alexholmes opened a new pull request #35373:
URL: https://github.com/apache/spark/pull/35373


   ### What changes were proposed in this pull request?
   
   This PR aims to add a new option to the executor rolling logic which allows 
users to skip rolling in cases where there are no outlier executors.
   
   ### Why are the changes needed?
   
   As currently implemented an executor is always rolled every 
`spark.kubernetes.executor.rollInterval` interval. In environments where 
starting of executors can introduce latencies it may be desirable for users to 
have the option to determine if rolling should only happen when outliers are 
found.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No, this is an additional option being added to a new feature in Apache 
Spark 3.3.
   
   ### How was this patch tested?
   
   Pass the CIs with the newly added test cases.


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