Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Fix JVM error caused by UseParNewGC when running an old Kafka client in E2E tests. The old JVM config options like UseParNewGC were removed in JDK 11 (see JDK-8151084), so we need to update the JVM options used to run the old Kafka client. A helper function, fix_opts_for_new_jvm, is available to add suitable JVM configurations for the old Kafka client. ConsumerPerformanceService, EndToEndLatencyService, and ProducerPerformanceService need to be updated accordingly.
Attachments
Issue Links
- links to