From dev-return-145717-archive-asf-public=cust-asf.ponee.io@hive.apache.org Fri Jan 19 20:29:08 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 7D89E180607 for ; Fri, 19 Jan 2018 20:29:08 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 6D684160C4B; Fri, 19 Jan 2018 19:29:08 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 8CDAA160C36 for ; Fri, 19 Jan 2018 20:29:07 +0100 (CET) Received: (qmail 74528 invoked by uid 500); 19 Jan 2018 19:29:06 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 74506 invoked by uid 99); 19 Jan 2018 19:29:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jan 2018 19:29:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id E1EB2180967 for ; Fri, 19 Jan 2018 19:29:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -108.711 X-Spam-Level: X-Spam-Status: No, score=-108.711 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id JgknmyD2-1S9 for ; Fri, 19 Jan 2018 19:29:04 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 6FB0E5FBFC for ; Fri, 19 Jan 2018 19:29:02 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 9A868E0E0B for ; Fri, 19 Jan 2018 19:29:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 2973E21206 for ; Fri, 19 Jan 2018 19:29:01 +0000 (UTC) Date: Fri, 19 Jan 2018 19:29:01 +0000 (UTC) From: "Sergey Shelukhin (JIRA)" To: dev@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HIVE-18500) annoying exceptions from LLAP Jmx view in the logs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Sergey Shelukhin created HIVE-18500: --------------------------------------- Summary: annoying exceptions from LLAP Jmx view in the logs Key: HIVE-18500 URL: https://issues.apache.org/jira/browse/HIVE-18500 Project: Hive Issue Type: Bug Reporter: Sergey Shelukhin This can show for multiple things; should be handled better {noformat} - /jmx ()] org.apache.hive.http.JMXJsonServlet: getting attribute UsageThreshold of java.lang:type=MemoryPool,name=G1 Survivor Space threw an exception javax.management.RuntimeMBeanException: java.lang.UnsupportedOperationException: Usage threshold is not supported at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrow(DefaultMBeanServerInterceptor.java:839) ~[?:1.8.0_25] at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrowMaybeMBeanException(DefaultMBeanServerInterceptor.java:852) ~[?:1.8.0_25] at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:651) ~[?:1.8.0_25] at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:678) ~[?:1.8.0_25] at org.apache.hive.http.JMXJsonServlet.writeAttribute(JMXJsonServlet.java:322) ~[hive-exec-2.1.0.2.6.3.0-235.jar:2.1.0.2.6.3.0-235] at org.apache.hive.http.JMXJsonServlet.listBeans(JMXJsonServlet.java:300) ~[hive-exec-2.1.0.2.6.3.0-235.jar:2.1.0.2.6.3.0-235] at org.apache.hive.http.JMXJsonServlet.doGet(JMXJsonServlet.java:194) ~[hive-exec-2.1.0.2.6.3.0-235.jar:2.1.0.2.6.3.0-235] at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) ~[servlet-api-2.5.jar:2.5] at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) ~[servlet-api-2.5.jar:2.5] at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:565) ~[jetty-all-7.6.0.v20120127.jar:7.6.0.v20120127] at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:479) ~[jetty-all-7.6.0.v20120127.jar:7.6.0.v20120127] at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119) ~[jetty-all-7.6.0.v20120127.jar:7.6.0.v20120127] at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:521) ~[jetty-all-7.6.0.v20120127.jar:7.6.0.v20120127] at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227) ~[jetty-all-7.6.0.v20120127.jar:7.6.0.v20120127] at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1031) ~[jetty-all-7.6.0.v20120127.jar:7.6.0.v20120127] at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:406) ~[jetty-all-7.6.0.v20120127.jar:7.6.0.v20120127] at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:186) ~[jetty-all-7.6.0.v20120127.jar:7.6.0.v20120127] at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:965) ~[jetty-all-7.6.0.v20120127.jar:7.6.0.v20120127] at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117) ~[jetty-all-7.6.0.v20120127.jar:7.6.0.v20120127] at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111) ~[jetty-all-7.6.0.v20120127.jar:7.6.0.v20120127] at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:312) ~[jetty-all-7.6.0.v20120127.jar:7.6.0.v20120127] at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:250) ~[jetty-all-7.6.0.v20120127.jar:7.6.0.v20120127] at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111) ~[jetty-all-7.6.0.v20120127.jar:7.6.0.v20120127] at org.eclipse.jetty.server.Server.handle(Server.java:345) ~[jetty-all-7.6.0.v20120127.jar:7.6.0.v20120127] at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:449) ~[jetty-all-7.6.0.v20120127.jar:7.6.0.v20120127] at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:910) ~[jetty-all-7.6.0.v20120127.jar:7.6.0.v20120127] at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:634) ~[jetty-all-7.6.0.v20120127.jar:7.6.0.v20120127] at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:230) ~[jetty-all-7.6.0.v20120127.jar:7.6.0.v20120127] at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:76) ~[jetty-all-7.6.0.v20120127.jar:7.6.0.v20120127] at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:609) ~[jetty-all-7.6.0.v20120127.jar:7.6.0.v20120127] at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:45) ~[jetty-all-7.6.0.v20120127.jar:7.6.0.v20120127] at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:599) ~[jetty-all-7.6.0.v20120127.jar:7.6.0.v20120127] at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:534) ~[jetty-all-7.6.0.v20120127.jar:7.6.0.v20120127] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_25] Caused by: java.lang.UnsupportedOperationException: Usage threshold is not supported at sun.management.MemoryPoolImpl.getUsageThreshold(MemoryPoolImpl.java:106) ~[?:1.8.0_25] at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source) ~[?:?] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:71) ~[?:1.8.0_25] at sun.reflect.GeneratedMethodAccessor111.invoke(Unknown Source) ~[?:?] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_25] at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_25] at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:275) ~[?:1.8.0_25] at com.sun.jmx.mbeanserver.ConvertingMethod.invokeWithOpenReturn(ConvertingMethod.java:193) ~[?:1.8.0_25] at com.sun.jmx.mbeanserver.ConvertingMethod.invokeWithOpenReturn(ConvertingMethod.java:175) ~[?:1.8.0_25] at com.sun.jmx.mbeanserver.MXBeanIntrospector.invokeM2(MXBeanIntrospector.java:117) ~[?:1.8.0_25] at com.sun.jmx.mbeanserver.MXBeanIntrospector.invokeM2(MXBeanIntrospector.java:54) ~[?:1.8.0_25] at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:237) ~[?:1.8.0_25] at com.sun.jmx.mbeanserver.PerInterface.getAttribute(PerInterface.java:83) ~[?:1.8.0_25] at com.sun.jmx.mbeanserver.MBeanSupport.getAttribute(MBeanSupport.java:206) ~[?:1.8.0_25] at javax.management.StandardMBean.getAttribute(StandardMBean.java:372) ~[?:1.8.0_25] at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:647) ~[?:1.8.0_25] ... 31 more{noformat} -- This message was sent by Atlassian JIRA (v7.6.3#76005)