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 5934011D28 for ; Wed, 6 Aug 2014 00:37:12 +0000 (UTC) Received: (qmail 48783 invoked by uid 500); 6 Aug 2014 00:37:12 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 48732 invoked by uid 500); 6 Aug 2014 00:37:12 -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 48720 invoked by uid 99); 6 Aug 2014 00:37:11 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Aug 2014 00:37:11 +0000 Date: Wed, 6 Aug 2014 00:37:11 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-11674) LoadIncrementalHFiles should be more verbose after unrecoverable error 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-11674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14087032#comment-14087032 ] Hudson commented on HBASE-11674: -------------------------------- FAILURE: Integrated in HBase-0.98 #437 (See [https://builds.apache.org/job/HBase-0.98/437/]) HBASE-11674 LoadIncrementalHFiles should be more verbose after unrecoverable error (Jan Lukavsky) (ndimiduk: rev e0ede7f4a51a46cbfa854c520dd20a7ae029d32e) * hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/LoadIncrementalHFiles.java > LoadIncrementalHFiles should be more verbose after unrecoverable error > ---------------------------------------------------------------------- > > Key: HBASE-11674 > URL: https://issues.apache.org/jira/browse/HBASE-11674 > Project: HBase > Issue Type: Improvement > Components: mapreduce > Affects Versions: 0.98.5 > Reporter: Jan Lukavsky > Assignee: Jan Lukavsky > Priority: Minor > Fix For: 0.99.0, 2.0.0, 0.98.6 > > Attachments: HBASE-11674-ii.patch, HBASE-11674.patch > > > LoadIncrementalHFiles should give more information after failure to load data to regionserver. Currently, it logs only "Encountered unrecoverable error from region server", but doesn't give information about > * which region server it talked to > * which was the region that failed to load data > In order to help understand what is going on, the log should contain both these information. -- This message was sent by Atlassian JIRA (v6.2#6252)