Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.4.0, 3.3.5
Description
TestCsiClient fails to bind to unix domain socket.
https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java8-linux-x86_64/518/artifact/out/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-csi.txt
[INFO] Running org.apache.hadoop.yarn.csi.client.TestCsiClient [ERROR] Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.67 s <<< FAILURE! - in org.apache.hadoop.yarn.csi.client.TestCsiClient [ERROR] testIdentityService(org.apache.hadoop.yarn.csi.client.TestCsiClient) Time elapsed: 0.457 s <<< ERROR! java.io.IOException: Failed to bind at io.grpc.netty.NettyServer.start(NettyServer.java:257) at io.grpc.internal.ServerImpl.start(ServerImpl.java:184) at io.grpc.internal.ServerImpl.start(ServerImpl.java:90) at org.apache.hadoop.yarn.csi.client.FakeCsiDriver.start(FakeCsiDriver.java:56) at org.apache.hadoop.yarn.csi.client.TestCsiClient.testIdentityService(TestCsiClient.java:72)
Attachments
Attachments
Issue Links
- is related to
-
YARN-11166 BackPort YARN-10788 To Branch-3.3.3
- Resolved
- relates to
-
YARN-8873 [YARN-8811] Add CSI java-based client library
- Resolved
- links to