Description
Saw the following transient failures.
kafka.api.ProducerFailureHandlingTest > testTooLargeRecordWithAckOne FAILED
kafka.common.KafkaException: Socket server failed to bind to localhost:59909: Address already in use.
at kafka.network.Acceptor.openServerSocket(SocketServer.scala:195)
at kafka.network.Acceptor.<init>(SocketServer.scala:141)
at kafka.network.SocketServer.startup(SocketServer.scala:68)
at kafka.server.KafkaServer.startup(KafkaServer.scala:95)
at kafka.utils.TestUtils$.createServer(TestUtils.scala:123)
at kafka.api.ProducerFailureHandlingTest.setUp(ProducerFailureHandlingTest.scala:68)
Attachments
Attachments
Issue Links
- is duplicated by
-
KAFKA-1916 Kafka unit tests need to choose random port
- Resolved