[ https://issues.apache.org/jira/browse/KAFKA-8577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16931525#comment-16931525 ]
Warren Marivel commented on KAFKA-8577: --------------------------------------- Hi, I'm looking at contributing to Kafka and noticed that this test was fixed while searching for tickets to tackle. [https://github.com/apache/kafka/commit/11b25a13ee72e1c91facd0f94b888215f67d5a69] Should this Jira be marked as resolved? Thanks, Warren > Flaky Test `DistributedHerderTest.testJoinLeaderCatchUpFails` > ------------------------------------------------------------- > > Key: KAFKA-8577 > URL: https://issues.apache.org/jira/browse/KAFKA-8577 > Project: Kafka > Issue Type: Bug > Reporter: Jason Gustafson > Priority: Major > > Started seeing this regularly: > {code:java} > java.lang.AssertionError: > Unexpected method call WorkerGroupMember.maybeLeaveGroup("taking too long > to read the log"): > WorkerGroupMember.ensureActive(): expected: 2, actual: 1 > WorkerGroupMember.wakeup(): expected: 2, actual: 1 > WorkerGroupMember.maybeLeaveGroup("test join leader catch up fails"): > expected: 1, actual: 0 > WorkerGroupMember.requestRejoin(): expected: 1, actual: 0 > WorkerGroupMember.poll(<any>): expected: 1, actual: 0{code} -- This message was sent by Atlassian Jira (v8.3.2#803003)