[ https://issues.apache.org/jira/browse/HIVE-9893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14624418#comment-14624418 ]
jackonhu commented on HIVE-9893: -------------------------------- hi,I'm using CDH-5.3.1,some times the same error occurs. 2015-07-12 08:35:47,979 ERROR hive.log: Got exception: org.apache.thrift.TApplicationException get_databases failed: out of sequence response org.apache.thrift.TApplicationException: get_databases failed: out of sequence response at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:76) at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Client.recv_get_databases(ThriftHiveMetastore.java:600) at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Client.get_databases(ThriftHiveMetastore.java:587) at org.apache.hadoop.hive.metastore.HiveMetaStoreClient.getDatabases(HiveMetaStoreClient.java:837) at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 2015-07-12 08:36:33,934 INFO org.apache.hive.service.cli.thrift.ThriftCLIService: Client protocol version: HIVE_CLI_SERVICE_PROTOCOL_V6 2015-07-12 08:37:59,327 WARN org.apache.hive.service.cli.thrift.ThriftCLIService: Error getting schemas: java.lang.RuntimeException: java.lang.OutOfMemoryError: Java heap space at org.apache.hive.service.cli.session.HiveSessionProxy.invoke(HiveSessionProxy.java:84) at org.apache.hive.service.cli.session.HiveSessionProxy.access$000(HiveSessionProxy.java:37) at org.apache.hive.service.cli.session.HiveSessionProxy$1.run(HiveSessionProxy.java:64) at java.security.AccessController.doPrivileged(Native Method) > HiveServer2 java.lang.OutOfMemoryError: Java heap space > ------------------------------------------------------- > > Key: HIVE-9893 > URL: https://issues.apache.org/jira/browse/HIVE-9893 > Project: Hive > Issue Type: Bug > Components: HiveServer2 > Affects Versions: 0.14.0 > Environment: Vmware Pseudo cluster > HDP 2.2 Ambari vanilla install > Centos 6.5 > Reporter: Rupert Bailey > Labels: Hadoop, Hive, Tez, Thrift > > Everything runs but dies after a few days with the Java heap space memory > error - and with no activity on cluster. It failed most resently after 5 days. > I tried to fix it after noticing the SLF4J library duplication, wondering if > conflicting libraries would be causing the error, but still fails. > Nagios reports HiveServer2 "Flapping" > HiveServer2.log output: > 22488-2015-03-07 22:19:08,359 INFO [HiveServer2-Handler-Pool: Thread-13139]: > thrift.ThriftCLIService (ThriftCLIService.java:OpenSession(232)) - Client > protocol version: HIVE_CLI_SERVICE_PROTOCOL_V6 > 22489-2015-03-07 22:19:19,056 ERROR [HiveServer2-Handler-Pool: Thread-13139]: > thrift.ProcessFunction (ProcessFunction.java:process(41)) - Internal error > processing OpenSession > 22490:java.lang.OutOfMemoryError: Java heap space > 22491-2015-03-07 22:19:22,515 INFO [Thread-6]: server.HiveServer2 > (HiveServer2.java:stop(299)) - Shutting down HiveServer2 > 22492-2015-03-07 22:19:22,516 INFO [Thread-6]: thrift.ThriftCLIService > (ThriftCLIService.java:stop(137)) - Thrift server has stopped > 22493-2015-03-07 22:19:22,516 INFO [Thread-6]: service.AbstractService > (AbstractService.java:stop(125)) - Service:ThriftBinaryCLIService is stopped. > 22494-2015-03-07 22:19:27,078 INFO [Thread-6]: service.AbstractService > (AbstractService.java:stop(125)) - Service:OperationManager is stopped. > 22495-2015-03-07 22:19:27,078 INFO [Thread-6]: service.AbstractService > (AbstractService.java:stop(125)) - Service:SessionManager is stopped. > 22496:2015-03-07 22:19:36,096 WARN [Thread-0]: util.ShutdownHookManager > (ShutdownHookManager.java:run(56)) - ShutdownHook 'ClientFinalizer' failed, > java.lang.OutOfMemoryError: Java heap space > 22497:java.lang.OutOfMemoryError: Java heap space -- This message was sent by Atlassian JIRA (v6.3.4#6332)