jerqi commented on code in PR #1612:
URL:
https://github.com/apache/incubator-uniffle/pull/1612#discussion_r1547056772
##########
proto/src/main/proto/Rss.proto:
##########
@@ -592,6 +592,8 @@ message RssReassignFaultyShuffleServerRequest{
int32 shuffleId = 1;
repeated string partitionIds = 2;
string faultyShuffleServerId = 3;
+ int32 stageId = 4;
Review Comment:
@zuston I have some concern about this. Will it affect the reuse of
exchange, partial tasks execution of the shuffle and so on.
--
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]