Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.7.2
-
None
-
Reviewed
Description
When YarnClientImpl.submitApplication spins waiting for the application to be accepted, any interruption during its Sleep() calls are logged and swallowed.
this makes it hard to interrupt the thread during shutdown. Really it should throw some form of exception and let the caller deal with it.