gianm opened a new pull request, #18203: URL: https://github.com/apache/druid/pull/18203
This patch switches the image from apache/kafka-native (GraalVM ahead-of-time compiled) to apache/kafka (regular JVM). Previously the kafka-native image was used, because it boots up more quickly. However, on my machine it segfaults on ~5% of bootups, causing tests to be flaky. Container startup has also been flaky in GitHub Actions, so something similar may be happening there. -- 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]
