uros-b commented on code in PR #56803:
URL: https://github.com/apache/spark/pull/56803#discussion_r3481088816
##########
pom.xml:
##########
@@ -344,6 +344,7 @@
--sun-misc-unsafe-memory-access=allow
--enable-native-access=ALL-UNNAMED
-XX:+EnableDynamicAgentLoading
+
-XX:CompileCommand=exclude,org.apache.kafka.clients.producer.KafkaProducer::waitOnMetadata
Review Comment:
The workaround is unconditional/permanent: it doesn't gate on the buggy JDK
range (JDK-8298446 is fixed in 17.0.14 / 21.0.3), so once CI moves to a fixed
JDK the exclusion silently lingers, permanently forcing waitOnMetadata
interpreted and reducing Kafka-test JIT fidelity.
--
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]