forked from apache/celeborn
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CELEBORN-1024] Thread factory should set UncaughtExceptionHandler to…
… handle uncaught exception ### What changes were proposed in this pull request? `batchHandleChangePartitionExecutors` could not handle uncaught exception in `ChangePartitionRequest`, which causes that the uncaught exception of the thread could not get for troubleshooting. Thread factory should set `UncaughtExceptionHandler` to handle uncaught exception. ### Why are the changes needed? Thread factory sets `UncaughtExceptionHandler` to handle uncaught exception in `ThreadUtils`. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Unit tests. Closes apache#1962 from SteNicholas/CELEBORN-1024. Authored-by: SteNicholas <[email protected]> Signed-off-by: Cheng Pan <[email protected]>
- Loading branch information
1 parent
b2412d0
commit 56276e9
Showing
4 changed files
with
46 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
48 changes: 0 additions & 48 deletions
48
client-flink/common/src/main/java/org/apache/celeborn/plugin/flink/utils/ThreadUtils.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters