Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D0EB1200C47 for ; Wed, 15 Mar 2017 17:26:47 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id CF78B160B70; Wed, 15 Mar 2017 16:26:47 +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 24083160B72 for ; Wed, 15 Mar 2017 17:26:46 +0100 (CET) Received: (qmail 41181 invoked by uid 500); 15 Mar 2017 16:26:46 -0000 Mailing-List: contact issues-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 issues@hive.apache.org Received: (qmail 40944 invoked by uid 99); 15 Mar 2017 16:26:45 -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; Wed, 15 Mar 2017 16:26:45 +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 6C00A182132 for ; Wed, 15 Mar 2017 16:26:45 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.951 X-Spam-Level: * X-Spam-Status: No, score=1.951 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_NUMSUBJECT=0.5, RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id GAQa5lKESuLz for ; Wed, 15 Mar 2017 16:26:44 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id E85925FE3A for ; Wed, 15 Mar 2017 16:26:43 +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 A7698E0BB3 for ; Wed, 15 Mar 2017 16:26:42 +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 DFD8C243C6 for ; Wed, 15 Mar 2017 16:26:41 +0000 (UTC) Date: Wed, 15 Mar 2017 16:26:41 +0000 (UTC) From: "Sushanth Sowmyan (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-16160) OutOfMemoryError: GC overhead limit exceeded on Hiveserver2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 15 Mar 2017 16:26:48 -0000 [ https://issues.apache.org/jira/browse/HIVE-16160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sushanth Sowmyan updated HIVE-16160: ------------------------------------ Status: Patch Available (was: Open) > OutOfMemoryError: GC overhead limit exceeded on Hiveserver2 > ------------------------------------------------------------ > > Key: HIVE-16160 > URL: https://issues.apache.org/jira/browse/HIVE-16160 > Project: Hive > Issue Type: Bug > Components: HiveServer2 > Reporter: Kavan Suresh > Assignee: Sushanth Sowmyan > Priority: Critical > Attachments: HIVE-16160.patch, Screen Shot 2017-03-15 at 9.10.15 AM.png > > > Hs2 process killed by OOM: > {code:java} > ERROR [HiveServer2-Handler-Pool: Thread-1361771]: metastore.RetryingHMSHandler (RetryingHMSHandler.java:invokeInternal(203)) - java.lang.OutOfMemoryError: GC overhead limit exceeded > at java.lang.String.toLowerCase(String.java:2647) > at org.datanucleus.Configuration.getInternalNameForProperty(Configuration.java:188) > at org.datanucleus.ExecutionContextImpl.getProperty(ExecutionContextImpl.java:1012) > at org.datanucleus.state.AbstractStateManager.updateLevel2CacheForFields(AbstractStateManager.java:979) > at org.datanucleus.state.AbstractStateManager.loadFieldsInFetchPlan(AbstractStateManager.java:1097) > at org.datanucleus.ExecutionContextImpl.performDetachAllOnTxnEndPreparation(ExecutionContextImpl.java:4544) > at org.datanucleus.ExecutionContextImpl.preCommit(ExecutionContextImpl.java:4199) > at org.datanucleus.ExecutionContextImpl.transactionPreCommit(ExecutionContextImpl.java:770) > at org.datanucleus.TransactionImpl.internalPreCommit(TransactionImpl.java:385) > at org.datanucleus.TransactionImpl.commit(TransactionImpl.java:275) > at org.datanucleus.api.jdo.JDOTransaction.commit(JDOTransaction.java:107) > at org.apache.hadoop.hive.metastore.ObjectStore.commitTransaction(ObjectStore.java:570) > at org.apache.hadoop.hive.metastore.ObjectStore.getTable(ObjectStore.java:1033) > at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:103) > at com.sun.proxy.$Proxy7.getTable(Unknown Source) > at org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.get_table_core(HiveMetaStore.java:1915) > at org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.get_table(HiveMetaStore.java:1887) > at sun.reflect.GeneratedMethodAccessor36.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invokeInternal(RetryingHMSHandler.java:147) > at org.apache.hadoop.hive.metastore.RetryingHMSHandler.invoke(RetryingHMSHandler.java:105) > at com.sun.proxy.$Proxy12.get_table(Unknown Source) > at org.apache.hadoop.hive.metastore.HiveMetaStoreClient.getTable(HiveMetaStoreClient.java:1271) > at org.apache.hadoop.hive.ql.metadata.SessionHiveMetaStoreClient.getTable(SessionHiveMetaStoreClient.java:131) > at sun.reflect.GeneratedMethodAccessor37.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:498) > at org.apache.hadoop.hive.metastore.RetryingMetaStoreClient.invoke(RetryingMetaStoreClient.java:178) > {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346)