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 742C61873C for ; Mon, 15 Jun 2015 18:39:01 +0000 (UTC) Received: (qmail 7975 invoked by uid 500); 15 Jun 2015 18:39:01 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 7924 invoked by uid 500); 15 Jun 2015 18:39:01 -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 7912 invoked by uid 99); 15 Jun 2015 18:39:01 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jun 2015 18:39:01 +0000 Date: Mon, 15 Jun 2015 18:39:01 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-13896) Multi-actions in hbase-client could fall in dead loop when region moves. 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-13896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-13896: ----------------------------------- Fix Version/s: 0.98.14 Set fix version > Multi-actions in hbase-client could fall in dead loop when region moves. > ------------------------------------------------------------------------ > > Key: HBASE-13896 > URL: https://issues.apache.org/jira/browse/HBASE-13896 > Project: HBase > Issue Type: Bug > Components: Client > Affects Versions: 0.98.13 > Reporter: Victor Xu > Assignee: Victor Xu > Priority: Minor > Fix For: 0.98.14 > > Attachments: HBASE-13896-0.98-v1.patch > > > The code in AsyncProcess.receiveGlobalFailure() use only one row to update region cache in hbase-client. When we use HTable.put(List) api to write some data which are from different regions and some of them are moved/balanced while writing, the client may fall into a dead loop: multi-actions fails because some regions moved => update only one region cache(not the wrong ones) => resubmit => failed again. > It only happens in 0.98 branch, and the master branch is ok. > The patch followed should update all cached region locations when multi-actions fails. -- This message was sent by Atlassian JIRA (v6.3.4#6332)