-
Notifications
You must be signed in to change notification settings - Fork 639
[ISSUE #4674] Add a run log for the ThreadPoolExecutor #4673
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
base: master
Are you sure you want to change the base?
[ISSUE #4674] Add a run log for the ThreadPoolExecutor #4673
Conversation
[ISSUE apache#4217 apache#4218 apache#4219 apache#4220]Some bug fixes and optimization in http protocol
…4173) * resolved the tasks mentioned in issue 4105 * changed declaration from strict to raw type * resolved checkstyle iussue
…n APIs of dashboard (apache#4210) * doc: Add JavaDoc for ClientManageController * doc: Add JavaDoc for HttpHandlerManager * doc: Add JavaDoc for AbstractHttpHandler * doc: Add JavaDoc for ConfigurationHandler * doc: Add JavaDoc for MetricsHandler * doc: Add JavaDoc for RegistryHandler * doc: Add JavaDoc for TopicHandler * doc: Add JavaDoc for EventHandler * doc: Add JavaDoc for TCPClientHandler * doc: Add JavaDoc for HTTPClientHandler * doc: Add JavaDoc for GrpcClientHandler
…etmq Module (apache#4183) * doc: Write JavaDoc and comments for AdminController * doc: Write JavaDoc and comments for TopicsHandler * doc: Write JavaDoc and comments for TopicCreateRequest * doc: Write JavaDoc and comments for TopicResponse * doc: Write JavaDoc and comments for RequestMapping * doc: Write JavaDoc and comments for UrlMappingPattern * doc: Update JavaDoc of ClientManageController#start * chore: remove 1 old doc to solve the conflict
…pache#4177) * Make headerMap and sysHeaderMap transient * Make public fields private in HttpEventWrapper
Fix apache#4197 Signed-off-by: Kartik Tayal <[email protected]>
…minWebHookConfigOperationManager (apache#4216) * Optimize: Correct oldAccesssible typos to oldAccessible and add comments * Optimize: Remove redundant transient keyword
Add licenses for eventmesh-sdk-go
…he#4231) * support metadata management in http protocol * fix checkstyle:file format problem * fix checkstyle problem
…MeshMessageProducer] (apache#4212) * Update EventMeshMessageProducer.java Removed stack trace at line 120 * Update EventMeshMessageProducer.java Removed the `if` statement * Update EventMeshMessageProducer.java Fixed indentation at 119
…EN) get null (apache#4225) * Create .lift.toml * Update .lift.toml * Update .lift.toml * Update .lift.toml * Update .lift.toml * Update .lift.toml * Update .lift.toml * Update .lift.toml * Update .lift.toml * delete lift * add token field
…er: expected value, actual value: Assert.assertEquals(expected, actual).[ConfigurationHolderTest]
…HookConfigOperationManager (apache#4228) * Optimize: Use switch...case... and remove redundantly throwed exception. * fix checkstyle
…o containsValue() (apache#4249) * Update TcpClient.java * Update HeatBeatScheduler.java
Added `final` in lines 31,33. Removed the redundant `null` initialization at lines 48 and 69.
…alculation of escape time (apache#4242)
…pache#4235) * fix: Dereference of 'heartbeatItems' may produce NPE. * style: code checkstyle. --------- Co-authored-by: noah.pan <[email protected]>
* fix: Catch Exception instead of Throwable * style: code checkstyle. --------- Co-authored-by: noah.pan <[email protected]>
* replace LinkedList by ArrayList * update import order
* Do some code optimization.[util] * Do some code optimization.[util]
[ISSUE apache#4065]Make registry plugin Nacos support more configuration items
* [ISSUE apache#4011] add kafkaConnector module * [ISSUE apache#4011] add kafkaConnector module * [ISSUE apache#4011] fix codestyle * Fixes apache#4011. add default config for kafka sink and source
mxsm
left a comment
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.
@karsonto Can you elaborate on the subsequent use of this design? For example, how and where it will be used in detail?
I have reviewed the source code and found that this class is used in many places. Using this class allows you to print exception information in the log of the thread and also to print information about closing the thread pool. |
|
It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request, and please feel free to get in touch with the reviewers at any time. They are available to assist you in advancing the progress of your pull request and offering the latest feedback. If you encounter any challenges during development, seeking support within the community is encouraged. We sincerely appreciate your contributions to Apache EventMesh. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #4673 +/- ##
============================================
+ Coverage 16.93% 17.37% +0.44%
- Complexity 1413 1759 +346
============================================
Files 589 798 +209
Lines 25786 29821 +4035
Branches 2397 2581 +184
============================================
+ Hits 4367 5182 +815
- Misses 20983 24158 +3175
- Partials 436 481 +45 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request, and please feel free to get in touch with the reviewers at any time. They are available to assist you in advancing the progress of your pull request and offering the latest feedback. If you encounter any challenges during development, seeking support within the community is encouraged. We sincerely appreciate your contributions to Apache EventMesh. |
|
It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request, and please feel free to get in touch with the reviewers at any time. They are available to assist you in advancing the progress of your pull request and offering the latest feedback. If you encounter any challenges during development, seeking support within the community is encouraged. We sincerely appreciate your contributions to Apache EventMesh. |
|
It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request, and please feel free to get in touch with the reviewers at any time. They are available to assist you in advancing the progress of your pull request and offering the latest feedback. If you encounter any challenges during development, seeking support within the community is encouraged. We sincerely appreciate your contributions to Apache EventMesh. |
The merge-base changed after approval.
|
It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request, and please feel free to get in touch with the reviewers at any time. They are available to assist you in advancing the progress of your pull request and offering the latest feedback. If you encounter any challenges during development, seeking support within the community is encouraged. We sincerely appreciate your contributions to Apache EventMesh. |
|
It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request, and please feel free to get in touch with the reviewers at any time. They are available to assist you in advancing the progress of your pull request and offering the latest feedback. If you encounter any challenges during development, seeking support within the community is encouraged. We sincerely appreciate your contributions to Apache EventMesh. |
|
It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request, and please feel free to get in touch with the reviewers at any time. They are available to assist you in advancing the progress of your pull request and offering the latest feedback. If you encounter any challenges during development, seeking support within the community is encouraged. We sincerely appreciate your contributions to Apache EventMesh. |
|
It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request, and please feel free to get in touch with the reviewers at any time. They are available to assist you in advancing the progress of your pull request and offering the latest feedback. If you encounter any challenges during development, seeking support within the community is encouraged. We sincerely appreciate your contributions to Apache EventMesh. |
Fixes #4674
Motivation
Explain the content here.
Explain why you want to make the changes and what problem you're trying to solve.
Modifications
Describe the modifications you've done.
Documentation