GitHub user NicoK opened a pull request: https://github.com/apache/flink/pull/3293
[FLINK-5745] set an uncaught exception handler for netty threads This adds a JVM-terminating handler that logs errors from uncaught exceptions and terminates the process so that critical exceptions are not accidentally lost and leave the system running in an inconsistent state. It borrows and re-uses code from @StephanEwen from this PR: https://github.com/apache/flink/pull/3290 You can merge this pull request into a Git repository by running: $ git pull https://github.com/NicoK/flink flink-5745 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/3293.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3293 ---- commit b2a11267b76c9202e178a315905f4e06efd00e34 Author: Nico Kruber <n...@data-artisans.com> Date: 2017-02-10T11:04:37Z [FLINK-5745] set an uncaught exception handler for netty threads This adds a JVM-terminating handler that logs errors from uncaught exceptions and terminates the process so that critical exceptions are not accidentally lost and leave the system running in an inconsistent state. It borrows and re-uses code from @StephanEwen from this PR: https://github.com/apache/flink/pull/3290 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---