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

Reply via email to