[SPARK-56527][CORE] Rename internal config name spark.ui.(jettyS -> jetty.s)topTimeout#55395
Closed
dongjoon-hyun wants to merge 1 commit intoapache:masterfrom
Closed
[SPARK-56527][CORE] Rename internal config name spark.ui.(jettyS -> jetty.s)topTimeout#55395dongjoon-hyun wants to merge 1 commit intoapache:masterfrom
spark.ui.(jettyS -> jetty.s)topTimeout#55395dongjoon-hyun wants to merge 1 commit intoapache:masterfrom
Conversation
spark.ui.(jettyS -> jetty.s)topTimeoutspark.ui.(jettyS -> jetty.s)topTimeout
Member
Author
|
FYI, this is independent but aligned with the following too. |
Member
Author
|
Could you review this config renaming PR when you have some time, @viirya ? |
viirya
approved these changes
Apr 17, 2026
Member
Author
|
Thank you so much, @viirya ! |
Member
Author
|
Merged to master for Apache Spark 4.2.0. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 renames the internal UI configuration
spark.ui.jettyStopTimeouttospark.ui.jetty.stopTimeoutand registers the old name as an alternative viawithAlternativefor backward compatibility.Why are the changes needed?
Like
spark.rpc.netty., grouping Jetty-related settings under thespark.ui.jetty.*namespace makes the configuration hierarchy cleaner and leaves room for additional Jetty-related options in the future.Does this PR introduce any user-facing change?
No. The configuration is
.internal(), and the old keyspark.ui.jettyStopTimeoutstill works viawithAlternative.How was this patch tested?
Pass the CIs. The configuration is referenced only by the existing
UI_JETTY_STOP_TIMEOUTentry, and the binding-policy-exceptions list was updated accordingly.Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Opus 4.7