[ https://issues.apache.org/jira/browse/HADOOP-17779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17372608#comment-17372608 ]
Steve Loughran commented on HADOOP-17779: ----------------------------------------- * as usual, declare component, version etc * you got a stack trace of this going wrong? if semaphore locks become interruptible, what does that mean, especially for process shutdown if one thread is blocked waiting on some network response which will never happen? > 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 > Priority: Minor > Labels: pull-request-available > Time Spent: 0.5h > Remaining Estimate: 0h > > {{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. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org