[
https://issues.apache.org/jira/browse/HDDS-1157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17511938#comment-17511938
]
Tsz-wo Sze edited comment on HDDS-1157 at 3/24/22, 4:20 PM:
------------------------------------------------------------
{code}
@Ignore("TODO:HDDS-1157")
public class TestOzoneContainerWithTLS {
{code}
TestOzoneContainerWithTLS currently has a TODO with {{@Ignore}} as shown above;
see
https://github.com/apache/ozone/blob/9f716b8aa7f6c5a2e886209cf83b83dc23dc639a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/container/ozoneimpl/TestOzoneContainerWithTLS.java#L71
was (Author: szetszwo):
TestOzoneContainerWithTLS currently has a TODO with {{@Ignore}}; see
https://github.com/apache/ozone/blob/9f716b8aa7f6c5a2e886209cf83b83dc23dc639a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/container/ozoneimpl/TestOzoneContainerWithTLS.java#L71
> TestOzoneContainerWithTLS is failing due to the missing native libraries
> ------------------------------------------------------------------------
>
> Key: HDDS-1157
> URL: https://issues.apache.org/jira/browse/HDDS-1157
> Project: Apache Ozone
> Issue Type: Bug
> Reporter: Marton Elek
> Assignee: Marton Elek
> Priority: Major
>
> When we use an alpine based (docker-in-docker) contain to build the native
> tls library can't be found:
> {code:java}
> java.lang.UnsatisfiedLinkError: failed to load the required native library
> at
> org.apache.ratis.thirdparty.io.netty.handler.ssl.OpenSsl.ensureAvailability(OpenSsl.java:346)
> at
> org.apache.ratis.thirdparty.io.netty.handler.ssl.ReferenceCountedOpenSslContext.<init>(ReferenceCountedOpenSslContext.java:202)
> at
> org.apache.ratis.thirdparty.io.netty.handler.ssl.OpenSslContext.<init>(OpenSslContext.java:43)
> at
> org.apache.ratis.thirdparty.io.netty.handler.ssl.OpenSslServerContext.<init>(OpenSslServerContext.java:347)
> at
> org.apache.ratis.thirdparty.io.netty.handler.ssl.OpenSslServerContext.<init>(OpenSslServerContext.java:335)
> at
> org.apache.ratis.thirdparty.io.netty.handler.ssl.SslContext.newServerContextInternal(SslContext.java:422)
> at
> org.apache.ratis.thirdparty.io.netty.handler.ssl.SslContextBuilder.build(SslContextBuilder.java:447)
> at org.apache.ratis.grpc.server.GrpcService.<init>(GrpcService.java:123)
> at org.apache.ratis.grpc.server.GrpcService.<init>(GrpcService.java:85)
> at
> org.apache.ratis.grpc.server.GrpcService.<init>(GrpcService.java:47){code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]