incubator-uniffle
incubator-uniffle copied to clipboard
[Bug] Add exception handling for thread pools
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
Search before asking
- [X] I have searched in the issues and found no similar issues.
Describe the bug
Many thread pools in the code do not have exception handling, which swallows exceptions and makes it difficult to locate the problem. We need to add exception handling for them.
Affects Version(s)
master
Uniffle Server Log Output
No response
Uniffle Engine Log Output
No response
Uniffle Server Configurations
No response
Uniffle Engine Configurations
No response
Additional context
No response
Are you willing to submit PR?
- [X] Yes I am willing to submit a PR!