FMX opened a new pull request, #2815: URL: https://github.com/apache/celeborn/pull/2815
### What changes were proposed in this pull request? The read buffer dispatcher may lose its dispatcher thread which is not acceptable. ### Why are the changes needed? 1. Add a scheduler pool to ensure the dispatcher thread is alive. 2. Add an unhandled exception handler to record possible exceptions that cause the thread to be lost. ### Does this PR introduce _any_ user-facing change? NO. ### How was this patch tested? Cluster test. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
