Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
There is still some (but very little ... when reproducing this you need more than 100 runs in half the cases statistically) instability left in the test
ConsumerBounceTest.testConsumptionWithBrokerFailures
Resulting in this exception being thrown at a relatively low rate (I'd say def less than 0.5% of all runs on my machine).
kafka.api.ConsumerBounceTest > testConsumptionWithBrokerFailures FAILED java.lang.IllegalArgumentException: You can only check the position for partitions assigned to this consumer. at org.apache.kafka.clients.consumer.KafkaConsumer.position(KafkaConsumer.java:1271) at kafka.api.ConsumerBounceTest.consumeWithBrokerFailures(ConsumerBounceTest.scala:96) at kafka.api.ConsumerBounceTest.testConsumptionWithBrokerFailures(ConsumerBounceTest.scala:69)
this was also reported in a comment to the original KAFKA-4198
Attachments
Attachments
Issue Links
- is duplicated by
-
KAFKA-5139 Transient failure ConsumerBounceTest.testConsumptionWithBrokerFailures
- Resolved
- relates to
-
KAFKA-4198 Transient test failure: ConsumerBounceTest.testConsumptionWithBrokerFailures
- Resolved
- links to