This repository was archived by the owner on Sep 3, 2025. It is now read-only.
[DENG-4544] - Add timeline server port fix to hudi fork #15
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.
Change Logs
We've been seeing recurring issues with the timeline server being unable to bind a port when running hudi streamer jobs.
This PR copies the changes found in this PR against the main Hudi repo. Please see the change here: https://github.com/apache/hudi/pull/12241/files
Please note that the unit tests created here were not copied because they reference packages that do not exist in our version of Hudi.
Changelog notes from original PR:
Impact
Introduces changes from this PR that should help resolve the port retry issue: https://github.com/apache/hudi/pull/12241/files.
Impact noted on the PR is:
Fixes existing bug in timeline server codeRisk level (write none, low medium or high below)
Low. If this does not succeed in a lower environment, we can simply revert this change. Additionally, we can also revert it in prod using our regular release/revert process.
Documentation Update
Describe any necessary documentation update if there is any new feature, config, or user-facing change. If not, put "none".
ticket number here and follow the instruction to make
changes to the website.
Contributor's checklist