[ https://issues.apache.org/jira/browse/YARN-3877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15520697#comment-15520697
]
Naganarasimha G R commented on YARN-3877:
-----------------------------------------
[~xabriel],
{{InterruptedException}} is checked exception and hence if we require method to throw it then,
we need to modify the {{YarnClient}} interface which would break the compatibility for existing
clients hence cannot be included.
Going ahead with committing the jira
> YarnClientImpl.submitApplication swallows exceptions
> ----------------------------------------------------
>
> Key: YARN-3877
> URL: https://issues.apache.org/jira/browse/YARN-3877
> Project: Hadoop YARN
> Issue Type: Improvement
> Components: client
> Affects Versions: 2.7.2
> Reporter: Steve Loughran
> Assignee: Varun Saxena
> Priority: Minor
> Attachments: YARN-3877.01.patch, YARN-3877.02.patch, YARN-3877.03.patch, YARN-3877.04.patch
>
>
> When {{YarnClientImpl.submitApplication}} spins waiting for the application to be accepted,
any interruption during its Sleep() calls are logged and swallowed.
> this makes it hard to interrupt the thread during shutdown. Really it should throw some
form of exception and let the caller deal with it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org
|