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 AFC1310F40 for ; Mon, 27 Jan 2014 19:51:02 +0000 (UTC) Received: (qmail 4790 invoked by uid 500); 27 Jan 2014 19:50:46 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 4599 invoked by uid 500); 27 Jan 2014 19:50:40 -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 4556 invoked by uid 99); 27 Jan 2014 19:50:39 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jan 2014 19:50:39 +0000 Date: Mon, 27 Jan 2014 19:50:39 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-10423) Report back the message of split or rollback failure to the master 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-10423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13883190#comment-13883190 ] Hudson commented on HBASE-10423: -------------------------------- FAILURE: Integrated in HBase-0.94 #1267 (See [https://builds.apache.org/job/HBase-0.94/1267/]) HBASE-10423 Report back the message of split or rollback failure to the master (Harsh J) (stack: rev 1561749) * /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/regionserver/SplitRequest.java > Report back the message of split or rollback failure to the master > ------------------------------------------------------------------ > > Key: HBASE-10423 > URL: https://issues.apache.org/jira/browse/HBASE-10423 > Project: HBase > Issue Type: Improvement > Components: regionserver > Affects Versions: 0.96.0 > Reporter: Harsh J > Assignee: Harsh J > Priority: Trivial > Fix For: 0.98.0, 0.96.2, 0.99.0, 0.94.17 > > Attachments: HBASE-10423.patch > > > A failure in splitting and rolling back causes an RS to abort with the error logged. However, the abort message sent back to the Master does not carry the same message for traceability. > It would be useful if the Master at least had the message part of the exception given that its log writes are fewer than the RSs, helping capture reasons even if the RS loses its logs since, or couldn't log. -- This message was sent by Atlassian JIRA (v6.1.5#6160)