You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-dev@hadoop.apache.org by "Steve Loughran (JIRA)" <ji...@apache.org> on 2013/06/09 18:50:20 UTC

[jira] [Created] (YARN-794) YarnClientImpl.submitApplication() to add a timeout

Steve Loughran created YARN-794:
-----------------------------------

             Summary: YarnClientImpl.submitApplication() to add a timeout
                 Key: YARN-794
                 URL: https://issues.apache.org/jira/browse/YARN-794
             Project: Hadoop YARN
          Issue Type: Improvement
          Components: client
    Affects Versions: 3.0.0, 2.1.0-beta
            Reporter: Steve Loughran
            Priority: Minor


{{YarnClientImpl.submitApplication()}} can spin forever waiting for the RM to accept the submission, ignoring interrupts on the sleep.

# A timeout allows client applications to recognise and react to a failure of the RM to accept work in a timely manner.
# The interrupt exception could be converted to an {{InterruptedIOException}} and raised within the current method signature

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira