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


   ### What changes were proposed in this pull request?
   
   Add a new configuration flag to allow Spark to provide hints to the 
scheduler when we are decommissioning or exiting a pod that this pod will have 
the least impact for a pre-emption event.
   
   ### Why are the changes needed?
   
   Kubernetes added the concepts of pod disruption budgets (which can have 
selectors based on labels) as well pod deletion for providing hints to the 
scheduler as to what we would prefer to have pre-empted.
   
   ### Does this PR introduce _any_ user-facing change?
   
   New configuration flag
   
   ### How was this patch tested?
   
   The deletion unit test was extended.


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