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


##########
common/src/main/proto/TransportMessages.proto:
##########
@@ -680,7 +682,9 @@ message PbSnapshotMetaInfo {
   map<string, PbApplicationMeta> applicationMetas = 16;
   repeated PbWorkerInfo decommissionWorkers = 17;
   int64 shuffleTotalCount = 18;
-  map<string, int64> shuffleFallbackCounts = 19;
+  int64 applicationTotalCount = 19;
+  map<string, int64> shuffleFallbackCounts = 20;

Review Comment:
   ditto
   ```
     map<string, int64> shuffleFallbackCounts = 19;
     int64 applicationTotalCount = 20;
   ```



-- 
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: issues-unsubscr...@celeborn.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to