Skip to content
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

[ISSUE #7966] fix: avoid scheduled tasks exiting because of unknown exceptions #7967

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

cserwen
Copy link
Member

@cserwen cserwen commented Mar 26, 2024

Which Issue(s) This PR Fixes

Fixes #7966

Brief Description

How Did You Test This Change?

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 20.00000% with 8 lines in your changes are missing coverage. Please review.

Project coverage is 42.83%. Comparing base (f2dd5b0) to head (0f28c90).
Report is 5 commits behind head on develop.

Files Patch % Lines
...rocketmq/client/impl/factory/MQClientInstance.java 20.00% 8 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #7967      +/-   ##
=============================================
- Coverage      42.85%   42.83%   -0.02%     
+ Complexity     10355    10352       -3     
=============================================
  Files           1270     1270              
  Lines          88594    88617      +23     
  Branches       11393    11395       +2     
=============================================
- Hits           37965    37960       -5     
- Misses         45952    45971      +19     
- Partials        4677     4686       +9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@RongtongJin RongtongJin merged commit 59220d8 into apache:develop Mar 26, 2024
10 checks passed
@cserwen cserwen deleted the fix_schedule_task_running branch June 19, 2024 02:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Some important scheduled tasks of rmqClient exited because of unknown exception
3 participants