[ISSUE #4062]Implement the method printRetryThreadPoolState() in EventMeshTcpRetryer #4063
[ISSUE #4062]Implement the method printRetryThreadPoolState() in EventMeshTcpRetryer #4063mxsm merged 10 commits intoapache:masterfrom
Conversation
eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/util/ThreadPoolHelper.java
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #4063 +/- ##
============================================
+ Coverage 17.81% 17.85% +0.03%
- Complexity 1512 1514 +2
============================================
Files 601 602 +1
Lines 25495 25518 +23
Branches 2400 2400
============================================
+ Hits 4543 4555 +12
- Misses 20514 20524 +10
- Partials 438 439 +1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
@pandaapo Please resolve the conflicts |
It's OK now. |
…uplicate code in redis connector.
…e some duplicate codes.
|
All compile errors caused by new method Some checkstyle errors caused by PR #4379. I found that these errors occurred in multiple modules, so I tried to fix them myself. @harshithasudhakar @xwm1992 |
…n EventMeshTcpRetryer (apache#4063) * Complete the method printRetryThreadPoolState(). * Modify as review. * Modify as review. * Implement the new method of Connector in mongodb conector. Optimize duplicate code in redis connector. * Implement the new method of Connector in S3 connector module. Optimize some duplicate codes. * Fix checkstyle error. * Fix checkstyle error. * Fix checkstyle error. * Fix checkstyle error.
Fixes #4062.
Motivation
The method
printRetryThreadPoolState()inEventMeshTcpRetryeris an empty method.Modifications
Implement the empty method.
Documentation