Fix thread leakage caused by es client connection creation#6187
Fix thread leakage caused by es client connection creation#6187wu-sheng merged 5 commits intoapache:masterfrom YczYanchengzhe:master
Conversation
|
2 things
|
|
I fixed the problem you mentioned, what should I do next, do I check the ci again~ |
Codecov Report
@@ Coverage Diff @@
## master #6187 +/- ##
============================================
+ Coverage 46.28% 48.91% +2.62%
- Complexity 2553 3317 +764
============================================
Files 1690 919 -771
Lines 35718 22778 -12940
Branches 4138 2220 -1918
============================================
- Hits 16532 11141 -5391
+ Misses 18226 10688 -7538
+ Partials 960 949 -11 Continue to review full report at Codecov.
|
wu-sheng
left a comment
There was a problem hiding this comment.
Once plugin test passed, good to merge.
Since the es plugin creates a connection when acquiring the peer, but does not close it, this will cause thread leakage problems
CHANGESlog.