Details
-
Bug
-
Status: Patch Available
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
In "Shell.joinThread", when the user tries to interrupt the thread that runs Shell.joinThread, it will catch InterruptedException and propagate it to thread t. However, it doesn't set the interrupt state of the current thread before returning, so the user codes won't know it's already interrupted.
Attachments
Attachments
Issue Links
- relates to
-
SPARK-19617 Fix the race condition when starting and stopping a query quickly
- Resolved
-
HADOOP-10622 Shell.runCommand can deadlock
- Closed
-
SPARK-19599 Clean up HDFSMetadataLog
- Resolved