Skip to content

Conversation

@tamilmani1989
Copy link
Member

@tamilmani1989 tamilmani1989 commented Jul 29, 2019

What this PR does / why we need it:

Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #
This PR fixes CNI locktimeout issue in linux. If there are multiple cni calls at same time, then all process will try to start telemetry process and eventually endup in undesirable state( cni plugin hangs at telemetry write and lock not released). For this, moved starting telemetry service inside lock code. Fix for #372
Also moved log setup out of newplugin function to main code.

Special notes for your reviewer:

Release note:

@codecov
Copy link

codecov bot commented Jul 29, 2019

Codecov Report

Merging #382 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #382   +/-   ##
=======================================
  Coverage   40.17%   40.17%           
=======================================
  Files          25       25           
  Lines        3547     3547           
=======================================
  Hits         1425     1425           
  Misses       1920     1920           
  Partials      202      202

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2088315...49cdf12. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants