Skip to content

Commit

Permalink
Address the issue of replication throttle in Kafka broker implementat…
Browse files Browse the repository at this point in the history
…ion (#594)
  • Loading branch information
garyparrot authored Aug 17, 2022
1 parent d40e970 commit eff7f21
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@

public class ReplicationThrottlerTest extends RequireBrokerCluster {

/**
* There is a bug in the Kafka broker implementation. This will cause the replication throttle to
* act unstable at the beginning of replication. For more details, see <a
* href="https://github.com/apache/kafka/pull/12528">this</a>. This test attempt to ensure the
* throttle works smoothly. It is disabled since it won't pass until the bug is resolved.
*/
@EnabledIfEnvironmentVariable(named = "RunReplicationThrottler", matches = "^yes$")
@Test
void runReplicationThrottler() {
Expand Down

0 comments on commit eff7f21

Please sign in to comment.