Browse Source
At present, the test is fragile in the sense that the console consumer has to start and be initialized before the verifiable producer begins producing in the produce-consume-validate loop. If this doesn't happen, the consumer will miss messages at the head of the log and the test will fail. At present, the consumer is considered inited once it has a PID. This is a weak assumption. The plan is to poll appropriate metrics (like partition assignment), and use those as a proxy for consumer initialization. That work will be tracked in a separate ticket. For now, we will disable the tests so that we can get the builds healthy again. Author: Apurva Mehta <apurva.1618@gmail.com> Reviewers: Ismael Juma <ismael@juma.me.uk> Closes #2278 from apurvam/KAFKA-4526-throttling-test-failurespull/2275/merge
Apurva Mehta
8 years ago
committed by
Ismael Juma
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue