abhishekrb19 commented on PR #18454: URL: https://github.com/apache/druid/pull/18454#issuecomment-3237460560
Thanks, @kfaraz. It looks like those manifest not found errors are gone with the image change. But those ITs are still failing because the Kafka containers aren't coming up successfully: ``` 2025-08-29T12:56:09.9758874Z 2025-08-29T12:56:09,940 WARN [kafka-admin-client-thread | adminclient-1] org.apache.kafka.clients.NetworkClient - [AdminClient clientId=adminclient-1] Connection to node -1 (localhost/127.0.0.1:9094) could not be established. Node may not be available. 2025-08-29T12:56:10.0715860Z 2025-08-29T12:56:10,044 INFO [kafka-admin-client-thread | adminclient-1] org.apache.kafka.clients.NetworkClient - [AdminClient clientId=adminclient-1] Node -1 disconnected. 2025-08-29T12:56:10.0717785Z 2025-08-29T12:56:10,044 WARN [kafka-admin-client-thread | adminclient-1] org.apache.kafka.clients.NetworkClient - [AdminClient clientId=adminclient-1] Connection to node -1 (localhost/127.0.0.1:9094) could not be established. Node may not be available. 2025-08-29T12:57:10.1211245Z [ERROR] org.apache.druid.testsEx.DruidExactCountBitmap.ITDruidExactCountBitmapTest.testQuery Time elapsed: 67.768 s <<< ERROR! 2025-08-29T12:57:10.1213775Z java.util.concurrent.ExecutionException: org.apache.kafka.common.errors.TimeoutException: Timed out waiting for a node assignment. Call: createTopics 2025-08-29T12:57:10.1217123Z at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396) 2025-08-29T12:57:10.1220534Z at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2073) ... java.lang.RuntimeException: org.apache.druid.rpc.ServiceNotAvailableException: Service [coordinator] is not available ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
