Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E134217C1F for ; Tue, 4 Nov 2014 00:23:34 +0000 (UTC) Received: (qmail 66163 invoked by uid 500); 4 Nov 2014 00:23:34 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 66113 invoked by uid 500); 4 Nov 2014 00:23:34 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 66101 invoked by uid 99); 4 Nov 2014 00:23:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Nov 2014 00:23:34 +0000 Date: Tue, 4 Nov 2014 00:23:34 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-12416) RegionServerCallable should report what host it was communicating with 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/HBASE-12416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14195439#comment-14195439 ] Hudson commented on HBASE-12416: -------------------------------- SUCCESS: Integrated in HBase-TRUNK #5737 (See [https://builds.apache.org/job/HBase-TRUNK/5737/]) HBASE-12416 RegionServerCallable should report what host it was communicating with (ndimiduk: rev 008e990debd3f93d2dc8996db10ffab0191d8960) * hbase-client/src/main/java/org/apache/hadoop/hbase/client/RegionServerCallable.java > RegionServerCallable should report what host it was communicating with > ---------------------------------------------------------------------- > > Key: HBASE-12416 > URL: https://issues.apache.org/jira/browse/HBASE-12416 > Project: HBase > Issue Type: Improvement > Components: Client > Reporter: Nick Dimiduk > Assignee: Nick Dimiduk > Priority: Trivial > Fix For: 2.0.0, 0.98.8, 0.99.2 > > Attachments: HBASE-12416.00.patch > > > While debugging failure in IntegrationTestMTTR, I get an almost-useful message like the following > {noformat} > java.util.concurrent.ExecutionException: org.apache.hadoop.hbase.client.RetriesExhaustedException: Failed after attempts=36, exceptions: > Mon Nov 03 16:53:25 UTC 2014, null, java.net.SocketTimeoutException: callTimeout=60000, callDuration=70598: row '' on table 'IntegrationTestMTTR > {noformat} > We should include in the error message the host and full region info for the target of the operation. -- This message was sent by Atlassian JIRA (v6.3.4#6332)