Elek, Marton created HDDS-1157: ---------------------------------- Summary: TestOzoneContainerWithTLS is failing due to the missing native libraries Key: HDDS-1157 URL: https://issues.apache.org/jira/browse/HDDS-1157 Project: Hadoop Distributed Data Store Issue Type: Sub-task Reporter: Elek, Marton Assignee: Elek, Marton
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 (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org