turboFei commented on code in PR #3026: URL: https://github.com/apache/celeborn/pull/3026#discussion_r1896905893
########## 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: Sorry, I am using the main branch for deployment, it is not necessary to change the order here. ``` map<string, int64> shuffleFallbackCounts = 8; int64 applicationCount = 9; ``` -- 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