Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D0D791120D for ; Mon, 14 Apr 2014 18:37:26 +0000 (UTC) Received: (qmail 98484 invoked by uid 500); 14 Apr 2014 18:37:19 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 98252 invoked by uid 500); 14 Apr 2014 18:37:16 -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 98216 invoked by uid 500); 14 Apr 2014 18:37:15 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 98207 invoked by uid 99); 14 Apr 2014 18:37:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2014 18:37:15 +0000 Date: Mon, 14 Apr 2014 18:37:15 +0000 (UTC) From: "sukhendu chakraborty (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-6904) out of sequence error in HiveMetastore server when connecting from HS2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-6904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13968646#comment-13968646 ] sukhendu chakraborty commented on HIVE-6904: -------------------------------------------- Detailed discussion can be found at: https://groups.google.com/a/cloudera.org/forum/#!topic/hue-user/MCfGRfG3lIg > out of sequence error in HiveMetastore server when connecting from HS2 > ---------------------------------------------------------------------- > > Key: HIVE-6904 > URL: https://issues.apache.org/jira/browse/HIVE-6904 > Project: Hive > Issue Type: Bug > Components: HiveServer2 > Affects Versions: 0.12.0 > Environment: CDH5.0.0 > Reporter: sukhendu chakraborty > > 6:45:14.965 PM ERROR hive.log > Got exception: org.apache.thrift.TApplicationException get_tables failed: out of sequence response > org.apache.thrift.TApplicationException: get_tables 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_tables(ThriftHiveMetastore.java:887) > at org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Client.get_tables(ThriftHiveMetastore.java:873) > at org.apache.hadoop.hive.metastore.HiveMetaStoreClient.getTables(HiveMetaStoreClient.java:927) > at org.apache.hive.service.cli.operation.GetTablesOperation.run(GetTablesOperation.java:92) > at org.apache.hive.service.cli.session.HiveSessionImpl.runOperationWithLogCapture(HiveSessionImpl.java:514) > at org.apache.hive.service.cli.session.HiveSessionImpl.getTables(HiveSessionImpl.java:305) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at org.apache.hive.service.cli.session.HiveSessionProxy$1.run(HiveSessionProxy.java:62) > at java.security.AccessController.doPrivileged(Native Method) > at javax.security.auth.Subject.doAs(Subject.java:415) > at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1548) > at org.apache.hadoop.hive.shims.HadoopShimsSecure.doAs(HadoopShimsSecure.java:554) > at org.apache.hive.service.cli.session.HiveSessionProxy.invoke(HiveSessionProxy.java:57) > at com.sun.proxy.$Proxy12.getTables(Unknown Source) > at org.apache.hive.service.cli.CLIService.getTables(CLIService.java:236) > at org.apache.hive.service.cli.thrift.ThriftCLIService.GetTables(ThriftCLIService.java:375) > at org.apache.hive.service.cli.thrift.TCLIService$Processor$GetTables.getResult(TCLIService.java:1453) > at org.apache.hive.service.cli.thrift.TCLIService$Processor$GetTables.getResult(TCLIService.java:1438) > at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:39) > at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:39) > at org.apache.hive.service.auth.TSetIpAddressProcessor.process(TSetIpAddressProcessor.java:57) > at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:244) > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:724) > 6:45:15.074 PM ERROR hive.log > Converting exception to MetaException -- This message was sent by Atlassian JIRA (v6.2#6252)