-
Notifications
You must be signed in to change notification settings - Fork 930
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:zk too many tcp conn #1010
Fix:zk too many tcp conn #1010
Conversation
Upgrade nacos-sdk-go version to v1.0.3
25c3b98
to
9a666eb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you change, ignore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ignore
Codecov Report
@@ Coverage Diff @@
## 1.5 #1010 +/- ##
==========================================
- Coverage 59.53% 59.28% -0.25%
==========================================
Files 259 268 +9
Lines 12737 13016 +279
==========================================
+ Hits 7583 7717 +134
- Misses 4199 4336 +137
- Partials 955 963 +8
Continue to review full report at Codecov.
|
pls change the target branch to 1.5 |
415e245
to
698908d
Compare
Now every registry have one connection with zk, this is a waste of resources. It is completely unnecessary for dubbo-go to maintain a complex reconnection mechanism, which will increase the number of links and memory of zk.