yl09099 commented on code in PR #1137:
URL: 
https://github.com/apache/incubator-uniffle/pull/1137#discussion_r1294479989


##########
proto/src/main/proto/Rss.proto:
##########
@@ -393,6 +395,21 @@ message GetShuffleServerRequest {
   int32 estimateTaskConcurrency = 11;
 }
 
+message GetReShuffleServerRequest {
+  string clientHost = 1;
+  string clientPort = 2;
+  string clientProperty = 3;
+  string applicationId = 4;
+  int32 shuffleId = 5;
+  int32 partitionNum = 6;
+  int32 partitionNumPerRange = 7;
+  int32 dataReplica = 8;
+  repeated string requireTags = 9;
+  int32 assignmentShuffleServerNumber = 10;
+  int32 estimateTaskConcurrency = 11;
+  repeated string shuffleServerIds = 12;

Review Comment:
   > faultyServerIds
   
   Ok, let me change that. In the back of the PR ReportFaultyShuffleServers 
interface



-- 
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]

Reply via email to