[SPARK-54675][SPARK-54655][SS] Add configurable force shutdown timeout for StateStore maintenance thread pool #53432
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
This PR introduces a new configuration parameter spark.sql.streaming.stateStore.maintenanceForceShutdownTimeout to control the timeout for force shutdown operations in the StateStore maintenance thread pool.
Previously, the force shutdown timeout was hardcoded to 60 seconds in the MaintenanceThreadPool.stop() method. This PR makes it configurable to allow better control over graceful vs forceful shutdown behavior in different deployment scenarios.
Why are the changes needed?
Different streaming workloads and operational environments may require different force shutdown timeout values:
Does this PR introduce any user-facing change?
No
How was this patch tested?
Was this patch authored or co-authored using generative AI tooling?
No