Daniel Templeton created YARN-6765:
--------------------------------------
Summary: 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: 3.0.0-alpha3, 2.8.1
Reporter: Daniel Templeton
Priority: Minor
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
|