cchung100m commented on code in PR #2638:
URL: https://github.com/apache/uniffle/pull/2638#discussion_r2442733506
##########
internal-client/src/main/java/org/apache/uniffle/client/impl/grpc/ShuffleServerGrpcClient.java:
##########
@@ -573,6 +573,9 @@ public RssSendShuffleDataResponse
sendShuffleData(RssSendShuffleDataRequest requ
List<ShuffleBlock> shuffleBlocks = Lists.newArrayList();
int partitionRequireSize = 0;
for (ShuffleBlockInfo sbi : ptb.getValue()) {
+ if (sbi.getData().refCnt() == 0) {
Review Comment:
Hi @zuston
Thanks for the reply. I updated the part you mentioned.
Since we throw the proper RssException here, we might leverage the retry
machanism which introduced by #2608 to solve the data race?
--
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]