leixm commented on code in PR #2535:
URL: https://github.com/apache/celeborn/pull/2535#discussion_r1624179519


##########
master/src/main/java/org/apache/celeborn/service/deploy/master/clustermeta/AbstractMetaManager.java:
##########
@@ -436,6 +446,12 @@ public void updateWorkerEventMeta(int 
workerEventTypeValue, List<WorkerInfo> wor
     }
   }
 
+  public void updateMetaByReportWorkerDecommission(List<WorkerInfo> workers) {
+    synchronized (this.workers) {
+      decommissionWorkers.addAll(workers);

Review Comment:
   > Just. return decommission worker + shutdown worker to client side?
   
   I think so too



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