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 86A00DE98 for ; Tue, 11 Dec 2012 16:33:27 +0000 (UTC) Received: (qmail 10305 invoked by uid 500); 11 Dec 2012 16:33:27 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 9673 invoked by uid 500); 11 Dec 2012 16:33:23 -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 9612 invoked by uid 99); 11 Dec 2012 16:33:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Dec 2012 16:33:21 +0000 Date: Tue, 11 Dec 2012 16:33:21 +0000 (UTC) From: "Gabriel Reid (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-7325) Replication reacts slowly on a lightly-loaded cluster MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Gabriel Reid created HBASE-7325: ----------------------------------- Summary: Replication reacts slowly on a lightly-loaded cluster Key: HBASE-7325 URL: https://issues.apache.org/jira/browse/HBASE-7325 Project: HBase Issue Type: Bug Components: Replication Reporter: Gabriel Reid Priority: Minor ReplicationSource uses a backing-off algorithm to sleep for an increasing duration when an error is encountered in the replication run loop. However, this backing-off is also performed when there is nothing found to replicate in the HLog. Assuming default settings (1 second base retry sleep time, and maximum multiplier of 10), this means that replication takes up to 10 seconds to occur when there is a break of about 55 seconds without anything being written. As there is no error condition, and there is apparently no substantial load on the regionserver in this situation, it would probably make more sense to not back off in non-error situations. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira