Repository: hive
Updated Branches:
  refs/heads/master 12818520e -> 3bbf35f8e


HIVE-18500 : annoying exceptions from LLAP Jmx view in the logs (Sergey 
Shelukhin, reviewed by Jason Dere)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/3bbf35f8
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/3bbf35f8
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/3bbf35f8

Branch: refs/heads/master
Commit: 3bbf35f8ecfecc6690832ee43f4e2d2bcdad7660
Parents: 1281852
Author: sergey <[email protected]>
Authored: Mon Jan 22 11:59:34 2018 -0800
Committer: sergey <[email protected]>
Committed: Mon Jan 22 11:59:34 2018 -0800

----------------------------------------------------------------------
 common/src/java/org/apache/hive/http/JMXJsonServlet.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/3bbf35f8/common/src/java/org/apache/hive/http/JMXJsonServlet.java
----------------------------------------------------------------------
diff --git a/common/src/java/org/apache/hive/http/JMXJsonServlet.java 
b/common/src/java/org/apache/hive/http/JMXJsonServlet.java
index 0accb76..5112dba 100644
--- a/common/src/java/org/apache/hive/http/JMXJsonServlet.java
+++ b/common/src/java/org/apache/hive/http/JMXJsonServlet.java
@@ -324,7 +324,7 @@ public class JMXJsonServlet extends HttpServlet {
       // UnsupportedOperationExceptions happen in the normal course of 
business,
       // so no need to log them as errors all the time.
       if (e.getCause() instanceof UnsupportedOperationException) {
-        LOG.debug("getting attribute "+attName+" of "+oname+" threw an 
exception", e);
+        LOG.debug("getting attribute "+attName+" of "+oname+" is unsupported");
       } else {
         LOG.error("getting attribute "+attName+" of "+oname+" threw an 
exception", e);
       }

Reply via email to