zuston commented on code in PR #1612:
URL:
https://github.com/apache/incubator-uniffle/pull/1612#discussion_r1547073952
##########
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:
From the description, I didn't see any requirements for this PR, but I guess
it wants to support different reassginment servers for different stage attempt.
For me, currently there is no need to support above stage attempt
--
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]