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 6BAB610119 for ; Tue, 29 Oct 2013 19:31:26 +0000 (UTC) Received: (qmail 56655 invoked by uid 500); 29 Oct 2013 19:31:26 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 56630 invoked by uid 500); 29 Oct 2013 19:31:26 -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 56621 invoked by uid 99); 29 Oct 2013 19:31:26 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Oct 2013 19:31:26 +0000 Date: Tue, 29 Oct 2013 19:31:26 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-9843) Various fixes in client code 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-9843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13808355#comment-13808355 ] stack commented on HBASE-9843: ------------------------------ ok +1 on this patch Thanks N. > Various fixes in client code > ---------------------------- > > Key: HBASE-9843 > URL: https://issues.apache.org/jira/browse/HBASE-9843 > Project: HBase > Issue Type: Bug > Components: Client > Affects Versions: 0.96.0 > Reporter: Nicolas Liochon > Assignee: Nicolas Liochon > Fix For: 0.98.0, 0.96.1 > > Attachments: 9843-trunk.v2.patch, 9843-trunk.v3.patch > > > This mainly fixes issues when we had "long" errors, for example a multi blocked when trying to obtain a lock that was finally failing after 60s. Previously we were trying only for 5 minutes. We now do all the tries. I've fixed stuff around this area to make it work. > There is also more logs. > I've changed the back off array. With the default pause of 100ms, even after 20 tries we still retry every 10s. > I've also changed the max per RS to something minimal. If the cluster is not in a very good state it's less aggressive. It seems to be a better default. > I've done two tests: > - on a small; homogeneous cluster, I had the same performances > - on a bigger, but heterogeneous cluster it was twice as fast. -- This message was sent by Atlassian JIRA (v6.1#6144)