kirktrue commented on PR #14359:
URL: https://github.com/apache/kafka/pull/14359#issuecomment-1721974877

   @junrao yeah, lots of errors in the socket/selector level for some reason:
   
   ```
   
kafka.api.DelegationTokenEndToEndAuthorizationWithOwnerTest.testProduceConsumeWithWildcardAcls()
   kafka.api.TransactionsTest.testBumpTransactionalEpoch()
   kafka.network.SocketServerTest.testControlPlaneAsPrivilegedListener()
   
kafka.network.SocketServerTest.testControlPlaneTakePrecedenceOverInterBrokerListenerAsPrivilegedListener()
   kafka.network.SocketServerTest.testInterBrokerListenerAsPrivilegedListener()
   
kafka.network.SocketServerTest.testStagedListenerShutdownWhenConnectionQueueIsFull()
   kafka.network.SocketServerTest.testStagedListenerStartup()
   kafka.network.SocketServerTest.testZeroMaxConnectionsPerIp()
   
kafka.server.DescribeClusterRequestTest.testDescribeClusterRequestExcludingClusterAuthorizedOperations()
   
kafka.server.DescribeClusterRequestTest.testDescribeClusterRequestIncludingClusterAuthorizedOperations()
   o.a.k.common.network.SelectorTest.testConnectionsByClientMetric()
   
o.a.k.common.network.SelectorTest.testInboundConnectionsCountInConnectionCreationMetric()
   o.a.k.common.network.SelectorTest.testMuteOnOOM()
   o.a.k.common.network.Tls12SelectorTest.testConnectionsByClientMetric()
   
o.a.k.common.network.Tls12SelectorTest.testInboundConnectionsCountInConnectionCreationMetric()
   o.a.k.common.network.Tls12SelectorTest.testMuteOnOOM()
   o.a.k.common.network.Tls13SelectorTest.testConnectionsByClientMetric()
   
o.a.k.common.network.Tls13SelectorTest.testInboundConnectionsCountInConnectionCreationMetric()
   o.a.k.common.network.Tls13SelectorTest.testMuteOnOOM()
   
o.a.k.connect.integration.ConnectorRestartApiIntegrationTest.testMultiWorkerRestartOnlyConnector()
   o.a.k.controller.QuorumControllerTest.testBalancePartitionLeaders()
   o.a.k.image.loader.MetadataLoaderTest.testNoPublishEmptyImage()
   
o.a.k.streams.integration.NamedTopologyIntegrationTest.shouldRemoveOneNamedTopologyWhileAnotherContinuesProcessing()
   
o.a.k.tiered.storage.integration.TransactionsWithTieredStoreTest.testAbortTransactionTimeout()
   
o.a.k.tiered.storage.integration.TransactionsWithTieredStoreTest.testSendOffsetsToTransactionTimeout()
   o.a.k.tools.JmxToolTest.initializationError()
   ```
   
   I don't think any of these are related, but I'm going to force a rebuild, 
just to check.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to