Swapna Marru created FLINK-38986:
------------------------------------
Summary: SSL connection failures in BlobClientSslTest /
NettyClientServerSslTest with latest JDK versions
Key: FLINK-38986
URL: https://issues.apache.org/jira/browse/FLINK-38986
Project: Flink
Issue Type: Bug
Reporter: Swapna Marru
With latest JDK17 version, we started to see build failures because of
following errors,
{code:java}
[ERROR] Failures: [ERROR]
BlobClientSslTest>BlobClientTest.testSocketTimeout:515 Expecting Optional to
contain a value but it was empty. [ERROR]
NettyClientServerSslTest.testSslPinningForValidFingerprint:287 Expecting value
to be true but was false [ERROR] Errors: [ERROR]
BlobClientSslTest>BlobClientTest.testContentAddressableBufferPermantBlob:226->BlobClientTest.testContentAddressableBuffer:259
» IO PUT operation failed: Remote host terminated the handshake [ERROR]
BlobClientSslTest>BlobClientTest.testContentAddressableBufferTransientBlob:221->BlobClientTest.testContentAddressableBuffer:253
» IO PUT operation failed: Remote host terminated the handshake [ERROR]
BlobClientSslTest>BlobClientTest.testContentAddressableStreamPermanentBlob:314->BlobClientTest.testContentAddressableStream:347
» IO PUT operation failed: Remote host terminated the handshake [ERROR]
BlobClientSslTest>BlobClientTest.testContentAddressableStreamTransientBlob:309->BlobClientTest.testContentAddressableStream:341
» IO PUT operation failed: Remote host terminated the handshake [ERROR]
BlobClientSslTest.testUploadJarFilesHelper:102->BlobClientTest.uploadJarFile:467->BlobClientTest.uploadJarFile:478
» IO PUT operation failed: Remote host terminated the handshake [ERROR]
NettyClientServerSslTest.testValidSslConnection » StacklessClosedChannel
[ERROR] NettyClientServerSslTest.testValidSslConnectionAdvanced » SSLHandshake
No appropriate protocol (protocol is disabled or cipher suites are
inappropriate) [ERROR]
org.apache.flink.runtime.rest.handler.job.JobSubmitHandlerTest.testFileHandling{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)