Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.3.1
Description
FileSystem "creator permits" are acquired in an interruptable way. This changed the behavior of the call because previous callers were handling the IOException as a critical error. An interrupt was handled in the typical InterruptedException way. Lastly, there was no documentation of this new event so again, callers are not prepared.
Restore the previous behavior and lock the semaphore Uninterruptibly.
Attachments
Issue Links
- is caused by
-
HADOOP-17313 FileSystem.get to support slow-to-instantiate FS clients
- Resolved
- relates to
-
HIVE-24484 Upgrade Hadoop to 3.3.1 And Tez to 0.10.2
- Closed
- links to