mdedetrich commented on pull request #11478: URL: https://github.com/apache/kafka/pull/11478#issuecomment-964997401
No worries, will write one today. In regards to the CI tests, in general they seem to be flaky. When I ran `:core:integrationTest` locally only the following tests failed and they seem unrelated. ``` DynamicBrokerReconfigurationTest > testAdvertisedListenerUpdate() FAILED org.opentest4j.AssertionFailedError: Unexpected exception type thrown ==> expected: <java.util.concurrent.ExecutionException> but was: <java.util.concurrent.TimeoutException> at app//org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:65) at app//org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:37) at app//org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3007) at app//kafka.server.DynamicBrokerReconfigurationTest.testAdvertisedListenerUpdate(DynamicBrokerReconfigurationTest.scala:990) Caused by: java.util.concurrent.TimeoutException: Timeout after waiting for 2000 ms. at org.apache.kafka.clients.producer.internals.FutureRecordMetadata.get(FutureRecordMetadata.java:76) at org.apache.kafka.clients.producer.internals.FutureRecordMetadata.get(FutureRecordMetadata.java:30) at kafka.server.DynamicBrokerReconfigurationTest.$anonfun$testAdvertisedListenerUpdate$8(DynamicBrokerReconfigurationTest.scala:990) at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:55) ... 3 more ``` ``` DeleteTopicTest > testAddPartitionDuringDeleteTopic() FAILED kafka.admin.AdminOperationException: org.apache.zookeeper.KeeperException$NoNodeException: KeeperErrorCode = NoNode for /brokers/topics/test at app//kafka.zk.AdminZkClient.writeTopicPartitionAssignment(AdminZkClient.scala:178) at app//kafka.zk.AdminZkClient.createPartitionsWithAssignment(AdminZkClient.scala:298) at app//kafka.zk.AdminZkClient.addPartitions(AdminZkClient.scala:231) at app//kafka.admin.DeleteTopicTest.testAddPartitionDuringDeleteTopic(DeleteTopicTest.scala:290) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org