Wangda Tan created YARN-3383:
--------------------------------
Summary: AdminService should use "warn" instead of "info" to log
exception when operation fails
Key: YARN-3383
URL: https://issues.apache.org/jira/browse/YARN-3383
Project: Hadoop YARN
Issue Type: Bug
Components: resourcemanager
Reporter: Wangda Tan
Now it uses info:
{code}
private YarnException logAndWrapException(IOException ioe, String user,
String argName, String msg) throws YarnException {
LOG.info("Exception " + msg, ioe);
{code}
But it should use warn instead.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)