turboFei commented on code in PR #3026:
URL: https://github.com/apache/celeborn/pull/3026#discussion_r1896906419


##########
common/src/main/proto/TransportMessages.proto:
##########
@@ -444,7 +444,9 @@ message PbHeartbeatFromApplication {
   repeated PbWorkerInfo needCheckedWorkerList = 5;
   bool shouldResponse = 6;
   int64 shuffleCount = 7;
-  map<string, int64> shuffleFallbackCounts = 8;
+  int64 applicationCount = 8;
+  map<string, int64> shuffleFallbackCounts = 9;

Review Comment:
   And the order looks fine.
   ```
   shuffleCount
   shuffleFallbackCounts
   applicationCount
   applicationFallbackCounts
   ```



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