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 3D1E09F3C for ; Tue, 17 Apr 2012 22:18:45 +0000 (UTC) Received: (qmail 95148 invoked by uid 500); 17 Apr 2012 22:18:45 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 95068 invoked by uid 500); 17 Apr 2012 22:18:45 -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 95058 invoked by uid 99); 17 Apr 2012 22:18:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Apr 2012 22:18:45 +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; Tue, 17 Apr 2012 22:18:39 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 20B7F39F59E for ; Tue, 17 Apr 2012 22:18:18 +0000 (UTC) Date: Tue, 17 Apr 2012 22:18:18 +0000 (UTC) From: "Phabricator (Updated) (JIRA)" To: issues@hbase.apache.org Message-ID: <1924166746.35007.1334701098136.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <888620324.34835.1334697913545.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HBASE-5813) Retry immediately after a NotServingRegionException in a multiput 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-5813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phabricator updated HBASE-5813: ------------------------------- Attachment: D2847.3.patch mbautin updated the revision "[jira] [HBASE-5813] [89-fb] Retry immediately after a NotServingRegionException in a multiput". Reviewers: Liyin, Kannan, khemani, todd, tedyu, stack, JIRA Addressing Ted's comment. REVISION DETAIL https://reviews.facebook.net/D2847 AFFECTED FILES src/main/java/org/apache/hadoop/hbase/client/HConnectionManager.java > Retry immediately after a NotServingRegionException in a multiput > ----------------------------------------------------------------- > > Key: HBASE-5813 > URL: https://issues.apache.org/jira/browse/HBASE-5813 > Project: HBase > Issue Type: Improvement > Reporter: Mikhail Bautin > Assignee: Mikhail Bautin > Attachments: D2847.1.patch, D2847.2.patch, D2847.3.patch > > > After we get some errors in a multiput we invalidate the region location cache and wait for the configured time interval according to the backoff policy. However, if all "errors" in multiput processing were NotServingRegionExceptions, we don't really need to wait. We can retry immediately. -- 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