You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jason Gustafson (JIRA)" <ji...@apache.org> on 2016/09/27 23:35:20 UTC

[jira] [Updated] (KAFKA-4213) Add system tests for replication throttling (KIP-73)

     [ https://issues.apache.org/jira/browse/KAFKA-4213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Gustafson updated KAFKA-4213:
-----------------------------------
    Fix Version/s: 0.10.1.0

> Add system tests for replication throttling (KIP-73)
> ----------------------------------------------------
>
>                 Key: KAFKA-4213
>                 URL: https://issues.apache.org/jira/browse/KAFKA-4213
>             Project: Kafka
>          Issue Type: Test
>            Reporter: Apurva Mehta
>            Assignee: Apurva Mehta
>             Fix For: 0.10.1.0
>
>
> Add system tests for replication throttling. The two main things to test are: 
> 1. kafka-reassign-partitions: in this use case, a new broker is added to a cluster, and we are testing throttling of the partitions being replicated to this cluster. The '--throttle' option of the reassign partitions tool is what we want to test. we will invoke the tool with this option, and assert that the replication takes a minimum amount of time, based on the throttle and the amount of data being replicated.
> 2. kafka-configs: in this use case, we lost a broker of an existing cluster for whatever reason, and want to re-replicate data to it from some point in time. We want this re-replicated data to be throttled. Again, we will check that the re-replication took at least a certain amount of time based on the value of the throttle and the amount of data being replicated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)