celeborn/client-flink
SteNicholas 56276e910f [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 #1962 from SteNicholas/CELEBORN-1024.

Authored-by: SteNicholas <programgeek@163.com>
Signed-off-by: Cheng Pan <chengpan@apache.org>
2023-10-09 20:56:40 +08:00
..
common [CELEBORN-1024] Thread factory should set UncaughtExceptionHandler to handle uncaught exception 2023-10-09 20:56:40 +08:00
flink-1.14 [CELEBORN-1022][TEST] Update log level from FATAL to ERROR for console output in unit tests 2023-10-09 15:56:05 +08:00
flink-1.14-shaded [CELEBORN-1003] Correct the LICENSE and NOTICE for shaded client jars 2023-09-28 19:23:54 +08:00
flink-1.15 [CELEBORN-717][FLINK][FOLLOWUP] Fix ResultPartition lost numBytesOut/numBuffersOut metrics 2023-06-27 21:47:41 +08:00
flink-1.15-shaded [CELEBORN-1003] Correct the LICENSE and NOTICE for shaded client jars 2023-09-28 19:23:54 +08:00
flink-1.17 [CELEBORN-717][FLINK][FOLLOWUP] Fix ResultPartition lost numBytesOut/numBuffersOut metrics 2023-06-27 21:47:41 +08:00
flink-1.17-shaded [CELEBORN-1003] Correct the LICENSE and NOTICE for shaded client jars 2023-09-28 19:23:54 +08:00