-
Notifications
You must be signed in to change notification settings - Fork 639
[ISSUE #4263] InterruptedExceptions should never be ignored[ThreadUtils] #4297
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
Conversation
eventmesh-common/src/main/java/org/apache/eventmesh/common/utils/ThreadUtils.java
Outdated
Show resolved
Hide resolved
eventmesh-common/src/main/java/org/apache/eventmesh/common/utils/ThreadUtils.java
Outdated
Show resolved
Hide resolved
Pil0tXia
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.
LGTM
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.
LGTM
Codecov Report
@@ Coverage Diff @@
## master #4297 +/- ##
============================================
- Coverage 16.89% 16.88% -0.01%
Complexity 1428 1428
============================================
Files 593 593
Lines 26056 26041 -15
Branches 2396 2380 -16
============================================
- Hits 4402 4397 -5
- Misses 21214 21217 +3
+ Partials 440 427 -13
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
…eadUtils] (apache#4297) * Update ThreadUtils.java * Update ThreadUtils.java
Fixes #4263
Modifications
Restored interrupted states in lines 37 & 54
Documentation