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 EEE0C9CEE for ; Mon, 23 Apr 2012 21:30:56 +0000 (UTC) Received: (qmail 10980 invoked by uid 500); 23 Apr 2012 21:30:56 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 10948 invoked by uid 500); 23 Apr 2012 21:30:56 -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 10940 invoked by uid 500); 23 Apr 2012 21:30:56 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 10937 invoked by uid 99); 23 Apr 2012 21:30:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Apr 2012 21:30:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Apr 2012 21:30:55 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 411A040B541 for ; Mon, 23 Apr 2012 21:30:35 +0000 (UTC) Date: Mon, 23 Apr 2012 21:30:35 +0000 (UTC) From: "Phabricator (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <34235295.6731.1335216635329.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <67799978.37533.1332266499193.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HIVE-2883) Metastore client doesnt close connection properly MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HIVE-2883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13259971#comment-13259971 ] Phabricator commented on HIVE-2883: ----------------------------------- ashutoshc has committed the revision "HIVE-2883 [jira] Metastore client doesnt close connection properly". Change committed by hashutosh. REVISION DETAIL https://reviews.facebook.net/D2613 COMMIT https://reviews.facebook.net/rHIVE1329461 > Metastore client doesnt close connection properly > ------------------------------------------------- > > Key: HIVE-2883 > URL: https://issues.apache.org/jira/browse/HIVE-2883 > Project: Hive > Issue Type: Bug > Components: Metastore > Affects Versions: 0.9.0 > Reporter: Ashutosh Chauhan > Assignee: Ashutosh Chauhan > Fix For: 0.10.0 > > Attachments: HIVE-2883.D2613.1.patch > > > While closing connection, it always fail with following trace. Seemingly, it doesnt have any harmful effects. > {code} > 12/03/20 10:55:02 ERROR hive.metastore: Unable to shutdown local metastore client > org.apache.thrift.transport.TTransportException: Cannot write to null outputStream > at org.apache.thrift.transport.TIOStreamTransport.write(TIOStreamTransport.java:142) > at org.apache.thrift.protocol.TBinaryProtocol.writeI32(TBinaryProtocol.java:163) > at org.apache.thrift.protocol.TBinaryProtocol.writeMessageBegin(TBinaryProtocol.java:91) > at org.apache.thrift.TServiceClient.sendBase(TServiceClient.java:62) > at com.facebook.fb303.FacebookService$Client.send_shutdown(FacebookService.java:421) > at com.facebook.fb303.FacebookService$Client.shutdown(FacebookService.java:415) > at org.apache.hadoop.hive.metastore.HiveMetaStoreClient.close(HiveMetaStoreClient.java:310) > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira