[ https://issues.apache.org/jira/browse/KAFKA-9319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17039829#comment-17039829 ]
Nikolay Izhikov commented on KAFKA-9319: ---------------------------------------- [~rsivaram] Double-checked tests results. Found one test with SSL that failed. Looks like this test can't be run on Java11. I created a KAFKA-9573 to fix it and resolve this ticket. It seems other tests with TLSv1.3 works just fine. {noformat} ==================================================================================================== test_id: kafkatest.tests.core.upgrade_test.TestUpgrade.test_upgrade.from_kafka_version=0.9.0.1.to_message_format_version=None.security_protocol=SASL_SSL.compression_types=.none status: FAIL run time: 1 minute 28.387 seconds Kafka server didn't finish startup in 60 seconds Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/ducktape/tests/runner_client.py", line 132, in run data = self.run_test() File "/usr/local/lib/python2.7/dist-packages/ducktape/tests/runner_client.py", line 189, in run_test return self.test_context.function(self.test) File "/usr/local/lib/python2.7/dist-packages/ducktape/mark/_mark.py", line 428, in wrapper return functools.partial(f, *args, **kwargs)(*w_args, **w_kwargs) File "/opt/kafka-dev/tests/kafkatest/tests/core/upgrade_test.py", line 133, in test_upgrade self.kafka.start() File "/opt/kafka-dev/tests/kafkatest/services/kafka/kafka.py", line 242, in start Service.start(self) File "/usr/local/lib/python2.7/dist-packages/ducktape/services/service.py", line 234, in start self.start_node(node) File "/opt/kafka-dev/tests/kafkatest/services/kafka/kafka.py", line 357, in start_node err_msg="Kafka server didn't finish startup in %d seconds" % timeout_sec) File "/usr/local/lib/python2.7/dist-packages/ducktape/cluster/remoteaccount.py", line 705, in wait_until allow_fail=True) == 0, **kwargs) File "/usr/local/lib/python2.7/dist-packages/ducktape/utils/util.py", line 41, in wait_until raise TimeoutError(err_msg() if callable(err_msg) else err_msg) TimeoutError: Kafka server didn't finish startup in 60 seconds {noformat} Detailed start log: {noformat} [0.001s][warning][gc] -Xloggc is deprecated. Will use -Xlog:gc:/opt/kafka-0.9.0.1/bin/../logs/kafkaServer-gc.log instead. Unrecognized VM option 'PrintGCDateStamps' Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. {noformat} > Run some system tests using TLSv1.3 > ----------------------------------- > > Key: KAFKA-9319 > URL: https://issues.apache.org/jira/browse/KAFKA-9319 > Project: Kafka > Issue Type: Test > Reporter: Rajini Sivaram > Assignee: Nikolay Izhikov > Priority: Major > Fix For: 2.5.0 > > > KAFKA-7251 enables TLSv1.3 for Kafka. We should get some system tests to run > using TLSv1.3. Since TLSv1.3 is only supported from Java 11 onwards, we need > a system test build that runs with JDK 11 to enable these tests. -- This message was sent by Atlassian Jira (v8.3.4#803005)