jerqi commented on code in PR #2270:
URL:
https://github.com/apache/incubator-uniffle/pull/2270#discussion_r1866873970
##########
internal-client/src/main/java/org/apache/uniffle/client/impl/grpc/ShuffleServerGrpcClient.java:
##########
@@ -797,6 +798,11 @@ private ReportShuffleResultResponse
doReportShuffleResult(ReportShuffleResultReq
try {
ReportShuffleResultResponse response =
getBlockingStub().reportShuffleResult(rpcRequest);
return response;
+ } catch (StatusRuntimeException e) {
Review Comment:
Could you reuse `RetryUtils`?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]