You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Yeliang Cang (JIRA)" <ji...@apache.org> on 2017/07/06 09:19:00 UTC

[jira] [Commented] (YARN-6765) CGroupsHandlerImpl.initializeControllerPaths() should include cause when chaining exceptions

    [ https://issues.apache.org/jira/browse/YARN-6765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16076218#comment-16076218 ] 

Yeliang Cang commented on YARN-6765:
------------------------------------

Hi, [~templedf], I have submit a patch. Would you have a look? Thanks!

> CGroupsHandlerImpl.initializeControllerPaths() should include cause when chaining exceptions
> --------------------------------------------------------------------------------------------
>
>                 Key: YARN-6765
>                 URL: https://issues.apache.org/jira/browse/YARN-6765
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: nodemanager
>    Affects Versions: 2.8.1, 3.0.0-alpha3
>            Reporter: Daniel Templeton
>            Priority: Minor
>              Labels: newbie
>         Attachments: YARN-6765-001.patch
>
>
> This: {code}      throw new ResourceHandlerException(
>           "Failed to initialize controller paths!");{code} should be this: {code}      throw new ResourceHandlerException(
>           "Failed to initialize controller paths!", e);{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: yarn-issues-help@hadoop.apache.org