David Mollitor created HADOOP-17779:
---------------------------------------

             Summary: Lock File System Creator Semaphore Uninterruptibly
                 Key: HADOOP-17779
                 URL: https://issues.apache.org/jira/browse/HADOOP-17779
             Project: Hadoop Common
          Issue Type: Improvement
            Reporter: David Mollitor
            Assignee: David Mollitor


{{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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-dev-h...@hadoop.apache.org

Reply via email to