xumanbu commented on code in PR #1445:
URL:
https://github.com/apache/incubator-uniffle/pull/1445#discussion_r1494219801
##########
proto/src/main/proto/Rss.proto:
##########
@@ -567,3 +569,17 @@ message ReassignServersReponse{
bool needReassign = 2;
string msg = 3;
}
+
+message RssReassignFaultyShuffleServerRequest{
+ int32 shuffleId = 1;
Review Comment:
Use `int` as `shuffleId` following the definitions of other messages.
--
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]