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 6718E200B8A for ; Sat, 24 Sep 2016 16:34:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 65E46160AD1; Sat, 24 Sep 2016 14:34: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 A1CD2160ACA for ; Sat, 24 Sep 2016 16:34:21 +0200 (CEST) Received: (qmail 20226 invoked by uid 500); 24 Sep 2016 14:34:20 -0000 Mailing-List: contact dev-help@kafka.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kafka.apache.org Delivered-To: mailing list dev@kafka.apache.org Received: (qmail 20215 invoked by uid 99); 24 Sep 2016 14:34:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Sep 2016 14:34:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 88AF22C002D for ; Sat, 24 Sep 2016 14:34:20 +0000 (UTC) Date: Sat, 24 Sep 2016 14:34:20 +0000 (UTC) From: "Ben Stopford (JIRA)" To: dev@kafka.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (KAFKA-4216) Replication Throttling: Leader may not be throttled if it is not "moving" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 24 Sep 2016 14:34:22 -0000 Ben Stopford created KAFKA-4216: ----------------------------------- Summary: Replication Throttling: Leader may not be throttled if it is not "moving" Key: KAFKA-4216 URL: https://issues.apache.org/jira/browse/KAFKA-4216 Project: Kafka Issue Type: Bug Affects Versions: 0.10.1.0 Reporter: Ben Stopford Assignee: Ben Stopford The current algorithm in kafka-reassign-partitions applies a throttle to all moving replicas, be they leader-side or follower-side. The problem is that the leader may not be moving, which would mean it would not have a throttle applied. So the throttle should be applied to: [all existing replicas] ++ [all proposed replicas that moved] -- This message was sent by Atlassian JIRA (v6.3.4#6332)