AmandeepSingh285 commented on code in PR #3775:
URL: https://github.com/apache/celeborn/pull/3775#discussion_r3853477001


##########
master/src/main/scala/org/apache/celeborn/service/deploy/master/Master.scala:
##########
@@ -1062,34 +1068,112 @@ private[celeborn] class Master(
         s"extraSlots=$offerSlotsExtraSize"))
 
     if (authEnabled) {
-      pushApplicationMetaToWorkers(requestSlots, slots)
+      pushApplicationMetaToWorkers(requestSlots.applicationId, slots.keySet())
     }
     context.reply(RequestSlotsResponse(
       StatusCode.SUCCESS,
       slots.asInstanceOf[WorkerResource],
       requestSlots.packed))
   }
 
+  private def selectWorkersForRequest(

Review Comment:
   This is a similar code as handleRequestSlots. We could have this used in 
handleRequestSlots as well?



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