holdenk opened a new pull request #35881:
URL: https://github.com/apache/spark/pull/35881


   ### What changes were proposed in this pull request?
   
   Keep track of and communicate to the listener bus how long we are waiting 
for execs to be allocated from the underlying cluster manager.
   
   Replaces previous PR with GHA issues (  #35172 ) and WIP PR 
https://github.com/apache/spark/pull/34650 
   
   ### Why are the changes needed?
   
   Sometimes the cluster manager may choke or otherwise not be able to allocate 
resources and we don't have a good way of detecting this situation making it 
difficult for the user to debug and tell apart from Spark not scaling up 
correctly.
   
   ### Does this PR introduce _any_ user-facing change?
   
   New field in the listener bus message for when a executor is allocated.
   
   ### How was this patch tested?
   
   New unit test in the listener suite.


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