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 3F81A9B25 for ; Tue, 8 Nov 2011 04:11:23 +0000 (UTC) Received: (qmail 36895 invoked by uid 500); 8 Nov 2011 04:11:23 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 36714 invoked by uid 500); 8 Nov 2011 04:11:22 -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 35711 invoked by uid 99); 8 Nov 2011 04:11:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Nov 2011 04:11:18 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,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; Tue, 08 Nov 2011 04:11:15 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 5CE7D3DF01 for ; Tue, 8 Nov 2011 04:10:53 +0000 (UTC) Date: Tue, 8 Nov 2011 04:10:53 +0000 (UTC) From: "Hudson (Commented) (JIRA)" To: issues@hbase.apache.org Message-ID: <2142058920.9640.1320725453381.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1020682022.56627.1320343172259.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-4740) [bulk load] the HBASE-4552 API can't tell if errors on region server are recoverable 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/HBASE-4740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13146067#comment-13146067 ] Hudson commented on HBASE-4740: ------------------------------- Integrated in HBase-0.92 #119 (See [https://builds.apache.org/job/HBase-0.92/119/]) HBASE-4740 [bulk load] the HBASE-4552 API can't tell if errors on region server are recoverable (Jonathan Hsieh) tedyu : Files : * /hbase/branches/0.92/CHANGES.txt * /hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/ipc/HRegionInterface.java * /hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/mapreduce/LoadIncrementalHFiles.java * /hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java * /hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java * /hbase/branches/0.92/src/main/resources/hbase-default.xml * /hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/mapreduce/TestLoadIncrementalHFilesSplitRecovery.java > [bulk load] the HBASE-4552 API can't tell if errors on region server are recoverable > ------------------------------------------------------------------------------------- > > Key: HBASE-4740 > URL: https://issues.apache.org/jira/browse/HBASE-4740 > Project: HBase > Issue Type: Bug > Affects Versions: 0.92.0 > Reporter: Jonathan Hsieh > Assignee: Jonathan Hsieh > Priority: Blocker > Fix For: 0.92.0 > > Attachments: 0001-HBASE-4740-bulkload-HBASE-4552-API-can-t-tell-if-err.patch, 4740.v3, hbase-4740.v2.patch > > > Running TestHFileOutputFormat more frequently seems to show that it has become flaky. It is difficult to tell if this is because of a unrecoverable failure or a recoverable failure. To make this visiable from test and for users, we need to make a change to bulkload call's interface on HRegionServer. The change should make successful rpcs return true, recoverable failures return false, and unrecoverable failure throw an IOException. This is an RPC change, so it would be really good to get this api right before the final 0.92 goes out. -- 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