FMX commented on code in PR #3375:
URL: https://github.com/apache/celeborn/pull/3375#discussion_r2275806890


##########
master/src/main/scala/org/apache/celeborn/service/deploy/master/Master.scala:
##########
@@ -909,6 +922,19 @@ private[celeborn] class Master(
         RequestSlotsResponse(StatusCode.WORKER_EXCLUDED, new WorkerResource(), 
requestSlots.packed))
     }
 
+    if (StorageInfo.HDFSAvailable(requestSlots.availableStorageTypes)) {

Review Comment:
   Async process this block to make sure that this operation won't slow down 
the PRC process time.



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