zhongqiangczq commented on code in PR #979:
URL: 
https://github.com/apache/incubator-celeborn/pull/979#discussion_r1026125186


##########
worker/src/main/scala/org/apache/celeborn/service/deploy/worker/Controller.scala:
##########
@@ -294,11 +297,7 @@ private[deploy] class Controller(
           },
           commitThreadPool)
 
-        if (future == null) {
-          future = task
-        } else {
-          future = CompletableFuture.allOf(future, task)
-        }
+        future = task

Review Comment:
   why removed this CompletableFuture.allOf(future, task)?only one  task?



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