Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.23.3
-
None
Description
When the main thread calls ResourceManager$SchedulerEventDispatcher.stop() it grabs a lock on the object, kicks the event processor thread, and then waits for the thread to exit. However the interrupted event processor thread can end up trying to call the synchronized getConfig() method which results in deadlock.
Attachments
Attachments
Issue Links
- is part of
-
MAPREDUCE-3942 Randomize master key generation for ApplicationTokenSecretManager and roll it every so often
-
- Closed
-