Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7D8BA200B58 for ; Wed, 27 Jul 2016 13:53:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7C729160A6E; Wed, 27 Jul 2016 11:53:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id F0AFE160A90 for ; Wed, 27 Jul 2016 13:53:21 +0200 (CEST) Received: (qmail 16131 invoked by uid 500); 27 Jul 2016 11:53:20 -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 15795 invoked by uid 99); 27 Jul 2016 11:53:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jul 2016 11:53:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 900AB2C029E for ; Wed, 27 Jul 2016 11:53:20 +0000 (UTC) Date: Wed, 27 Jul 2016 11:53:20 +0000 (UTC) From: "Phil Yang (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-16291) Explain the correct semantic of hbase.client.retries.number in doc MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 27 Jul 2016 11:53:22 -0000 [ https://issues.apache.org/jira/browse/HBASE-16291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Phil Yang updated HBASE-16291: ------------------------------ Attachment: HBASE-16291-v1.patch > Explain the correct semantic of hbase.client.retries.number in doc > ------------------------------------------------------------------ > > Key: HBASE-16291 > URL: https://issues.apache.org/jira/browse/HBASE-16291 > Project: HBase > Issue Type: Bug > Affects Versions: 2.0.0, 1.1.5, 1.2.2, 0.98.20 > Reporter: Phil Yang > Assignee: Phil Yang > Attachments: HBASE-16291-v1.patch > > > In hbase-default.xml (and also in HBase Book), the description of hbase.client.retries.number is: > {quote} > Maximum retries. Used as maximum for all retryable operations such as the getting of a cell's value, starting a row update, etc. Retry interval is a rough function based on hbase.client.pause. At first we retry at this interval but then with backoff, we pretty quickly reach retrying every ten seconds. See HConstants#RETRY_BACKOFF for how the backup ramps up. Change this setting and hbase.client.pause to suit your workload. > {quote} > However, the semantic of this conf is confusing and different in various branches. After HBASE-14521, in master it means "the number of RETRIES", but in all the other branches it still means "the number of TRIES". > So I think we need make the doc clearly and tell users what it is in 0.98/1.x and what it will be from 2.0 -- This message was sent by Atlassian JIRA (v6.3.4#6332)