SteNicholas commented on code in PR #2746:
URL: https://github.com/apache/celeborn/pull/2746#discussion_r1770971872


##########
common/src/main/proto/TransportMessages.proto:
##########
@@ -433,6 +436,7 @@ message PbHeartbeatFromApplicationResponse {
   repeated PbWorkerInfo excludedWorkers = 2;
   repeated PbWorkerInfo unknownWorkers = 3;
   repeated PbWorkerInfo shuttingWorkers = 4;
+  repeated int32 registeredShuffles = 6;

Review Comment:
   ```suggestion
     repeated int32 registeredShuffles = 5;
   ```



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

Reply via email to