dongjoon-hyun commented on PR #45587:
URL: https://github.com/apache/spark/pull/45587#issuecomment-2008097171

   To @mridulm and @tgravescs , do you mean you are depending on the `private` 
method of `ExecutorAllocationManager` somehow? Just for my understanding, could 
you elaborate how you are affected?
   ```scala
     private def totalRunningTasksPerResourceProfile(id: Int): Int = 
synchronized {
       listener.totalRunningTasksPerResourceProfile(id)
     }
   ```


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to