ijuma commented on PR #12948:
URL: https://github.com/apache/kafka/pull/12948#issuecomment-1337904630

   Interesting failure with Java 19:
   
   > 09:03:40  Gradle Test Run :core:integrationTest > Gradle Test Executor 166 
> DynamicBrokerReconfigurationTest > testTrustStoreAlter(String) > 
kafka.server.DynamicBrokerReconfigurationTest.testTrustStoreAlter(String)[2] 
FAILED
   > 09:03:40      org.apache.kafka.common.KafkaException: Failed to close 
kafka consumer
   > 09:03:40          at 
app//org.apache.kafka.clients.consumer.KafkaConsumer.close(KafkaConsumer.java:2430)
   > 09:03:40          at 
app//org.apache.kafka.clients.consumer.KafkaConsumer.close(KafkaConsumer.java:2378)
   > 09:03:40          at 
app//kafka.server.DynamicBrokerReconfigurationTest.$anonfun$tearDown$6(DynamicBrokerReconfigurationTest.scala:172)
   > 09:03:40          at 
app//kafka.server.DynamicBrokerReconfigurationTest.$anonfun$tearDown$6$adapted(DynamicBrokerReconfigurationTest.scala:172)
   > 09:03:40          at 
app//scala.collection.IterableOnceOps.foreach(IterableOnce.scala:575)
   > 09:03:40          at 
app//scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:573)
   > 09:03:40          at 
app//scala.collection.AbstractIterable.foreach(Iterable.scala:933)
   > 09:03:40          at 
app//kafka.server.DynamicBrokerReconfigurationTest.tearDown(DynamicBrokerReconfigurationTest.scala:172)
   > 09:03:40  
   > 09:03:40          Caused by:
   > 09:03:40          
org.apache.kafka.common.errors.SslAuthenticationException: Failed to process 
post-handshake messages
   > 09:03:40  
   > 09:03:40              Caused by:
   > 09:03:40              javax.net.ssl.SSLHandshakeException: Received fatal 
alert: certificate_unknown
   
   Needs investigation.


-- 
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