AngersZhuuuu commented on code in PR #2535:
URL: https://github.com/apache/celeborn/pull/2535#discussion_r1622154747
##########
common/src/main/proto/TransportMessages.proto:
##########
@@ -789,4 +791,9 @@ message PbPackedPartitionLocationsPair {
message PbPackedWorkerResource {
PbPackedPartitionLocationsPair locationPairs = 1;
string networkLocation = 2;
-}
\ No newline at end of file
+}
+
+message PbReportWorkerDecommission {
+ repeated PbWorkerInfo workers = 1;
+ string requestId = 2;
+}
Review Comment:
Add a new blank line
--
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]