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 A4E2D9084 for ; Wed, 25 Jan 2012 18:19:06 +0000 (UTC) Received: (qmail 88719 invoked by uid 500); 25 Jan 2012 18:19:06 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 88655 invoked by uid 500); 25 Jan 2012 18:19:05 -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 88606 invoked by uid 500); 25 Jan 2012 18:19:05 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 88597 invoked by uid 99); 25 Jan 2012 18:19:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jan 2012 18:19:05 +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; Wed, 25 Jan 2012 18:19:03 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 7A16D162428 for ; Wed, 25 Jan 2012 18:18:42 +0000 (UTC) Date: Wed, 25 Jan 2012 18:18:42 +0000 (UTC) From: "Phabricator (Updated) (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <1794823543.77167.1327515522509.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <143946526.74531.1327445440095.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HIVE-2746) Metastore client doesn't log properly in case of connection failure to server 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-2746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HIVE-2746: ------------------------------ Attachment: HIVE-2746.D1395.2.patch ashutoshc updated the revision "HIVE-2746 [jira] Metastore client doesn't log properly in case of connection failure to server". Reviewers: JIRA, cwsteinbach Incorporated Carl's suggestions. Fixed indentation. Moved both setugi functionality as well as secure transport setup outside of for loop, since retrials are for transport.open() and that code doesn't belong in for loop. REVISION DETAIL https://reviews.facebook.net/D1395 AFFECTED FILES metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStoreClient.java > Metastore client doesn't log properly in case of connection failure to server > ----------------------------------------------------------------------------- > > Key: HIVE-2746 > URL: https://issues.apache.org/jira/browse/HIVE-2746 > Project: Hive > Issue Type: Bug > Components: Metastore > Affects Versions: 0.8.0 > Reporter: Ashutosh Chauhan > Assignee: Ashutosh Chauhan > Attachments: HIVE-2746.D1395.1.patch, HIVE-2746.D1395.2.patch > > > LOG.error(e.getStackTrace()) in current code prints memory location of StackTraceElement[] instead of message. -- 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