Replies: 2 comments 5 replies
-
Please attach some coordinator log. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
spark3.3.0任务使用uniffle时出现如下错误,怎么处理?
Caused by: io.grpc.StatusRuntimeException: UNKNOWN
at io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:271)
at io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:252)
at io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:165)
at org.apache.uniffle.proto.ShuffleServerGrpc$ShuffleServerBlockingStub.registerShuffle(ShuffleServerGrpc.java:793)
at org.apache.uniffle.client.impl.grpc.ShuffleServerGrpcClient.doRegisterShuffle(ShuffleServerGrpcClient.java:163)
at org.apache.uniffle.client.impl.grpc.ShuffleServerGrpcClient.registerShuffle(ShuffleServerGrpcClient.java:321)
at org.apache.uniffle.client.impl.ShuffleWriteClientImpl.registerShuffle(ShuffleWriteClientImpl.java:553)
at org.apache.spark.shuffle.RssShuffleManager.lambda$registerShuffleServers$3(RssShuffleManager.java:818)
at java.util.HashMap$EntrySpliterator.forEachRemaining(HashMap.java:1691)
at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
at org.apache.spark.shuffle.RssShuffleManager.registerShuffleServers(RssShuffleManager.java:816)
at org.apache.spark.shuffle.RssShuffleManager.lambda$registerShuffle$1(RssShuffleManager.java:408)
at org.apache.uniffle.common.util.RetryUtils.retry(RetryUtils.java:63)
at org.apache.uniffle.common.util.RetryUtils.retry(RetryUtils.java:31)
at org.apache.spark.shuffle.RssShuffleManager.registerShuffle(RssShuffleManager.java:397)
Beta Was this translation helpful? Give feedback.
All reactions