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 1C770200BDC for ; Wed, 14 Dec 2016 09:54:05 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1B265160B19; Wed, 14 Dec 2016 08:54:05 +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 89FF6160B13 for ; Wed, 14 Dec 2016 09:54:04 +0100 (CET) Received: (qmail 9274 invoked by uid 500); 14 Dec 2016 08:53:58 -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 9139 invoked by uid 99); 14 Dec 2016 08:53:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Dec 2016 08:53:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 92D262C03E6 for ; Wed, 14 Dec 2016 08:53:58 +0000 (UTC) Date: Wed, 14 Dec 2016 08:53:58 +0000 (UTC) From: "Guanghao Zhang (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-17296) Provide per peer throttling for replication MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 14 Dec 2016 08:54:05 -0000 [ https://issues.apache.org/jira/browse/HBASE-17296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15747717#comment-15747717 ] Guanghao Zhang commented on HBASE-17296: ---------------------------------------- Found a bug in ReplicationPeersZKImpl.updatePeerConfig. It didn't update table cfs config and no ut check this... I fix it in this branch-1 patch. But the proper way is open a issue to fix this bug? [~tedyu@apache.org] > Provide per peer throttling for replication > ------------------------------------------- > > Key: HBASE-17296 > URL: https://issues.apache.org/jira/browse/HBASE-17296 > Project: HBase > Issue Type: Improvement > Components: Replication > Reporter: Guanghao Zhang > Assignee: Guanghao Zhang > Attachments: HBASE-17296-branch-1.patch, HBASE-17296-branch-1.patch, HBASE-17296.patch > > > HBASE-9501 added a config to provide throttling for replication. And each peer has same bandwidth up limit. In our use case, one cluster may have several peers and several slave clusters. Each slave cluster may have different scales and need different bandwidth up limit for each peer. So We add bandwidth to replication peer config and provide a shell cmd set_peer bandwidth to update the bandwidth in need. It has been used for a long time on our clusters. Any suggestions are welcomed. -- This message was sent by Atlassian JIRA (v6.3.4#6332)