dongjoon-hyun opened a new pull request, #55649:
URL: https://github.com/apache/spark/pull/55649

   ### What changes were proposed in this pull request?
   
   This PR changes `spark.kubernetes.executor.pvc.resizeInterval` to default to 
`5min` and to accept only `0` or a positive multiple of 5 minutes.
   
   ### Why are the changes needed?
   
   While a PVC is in the `Resizing` state, additional patch attempts cannot 
succeed, so finer intervals like `1min` or `7min` offer no operational benefit. 
Restricting to 5-minute units (and defaulting to 5 minutes) gives a sensible 
out-of-the-box configuration once the plugin is registered, and prevents 
misconfigured intervals that would only add load on the K8s API server.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No (unreleased config).
   
   ### How was this patch tested?
   
   Pass the CIs with the newly added test case.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Code (claude-opus-4-7)


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