-
Notifications
You must be signed in to change notification settings - Fork 404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix memory leak for yur-tunnel-server #1471
fix memory leak for yur-tunnel-server #1471
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1471 +/- ##
==========================================
- Coverage 50.74% 50.73% -0.02%
==========================================
Files 131 131
Lines 15576 15576
==========================================
- Hits 7904 7902 -2
- Misses 6951 6952 +1
- Partials 721 722 +1
Flags with carried forward coverage won't be shown. Click here to find out more. |
@huweihuang please fix verify ci errors. maybe you need execute command |
32b8526
to
453c87a
Compare
Kudos, SonarCloud Quality Gate passed! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: huweihuang, rambohe-ch The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
Fixes #1440 |
/backport release-v1.3 |
Successfully created backport PR for |
What type of PR is this?
What this PR does / why we need it:
There is a memory leak in the yurt-tunnel-server, consuming too much memory.
The reason is that there is a goroutine memory leak in the dependency
apiserver-network-proxy
Which issue(s) this PR fixes:
Fixes # #1440
Special notes for your reviewer:
@rambohe-ch