You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Anuhan Torgonshar (JIRA)" <ji...@apache.org> on 2018/11/19 01:41:00 UTC

[jira] [Created] (HADOOP-15942) Change the logging level form DEBUG to ERROR for RuntimeErrorException

Anuhan Torgonshar created HADOOP-15942:
------------------------------------------

             Summary: Change the logging level form DEBUG to ERROR for RuntimeErrorException
                 Key: HADOOP-15942
                 URL: https://issues.apache.org/jira/browse/HADOOP-15942
             Project: Hadoop Common
          Issue Type: Improvement
          Components: common
    Affects Versions: HADOOP-10388
            Reporter: Anuhan Torgonshar
         Attachments: JMXJsonServlet.java

In JMXJsonServlet.java file, when invokes MBeanServer.getAttribute() method, many catch clauses followed, and each of them contains a log statement. However, when catches RuntimeErrorException in line 348 (r1839798), the logging level of log statement in this catch clause is DEBUG, the annotation indicates that an unexpected failure occured in getAttribute method before, so I think the logging level shuold be ERROR level too. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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