Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.9.0
-
None
-
Reviewed
Description
YARN-5605 added an FSPreemptionThread. The run() method catches InterruptedException. If this were to run into a RuntimeException, the preemption thread would crash. We should probably fail the RM itself (or transition to standby) when this happens.
Attachments
Attachments
Issue Links
- depends upon
-
YARN-6061 Add an UncaughtExceptionHandler for critical threads in RM
- Resolved