Skip to content

fix: Rings are using the incorrect port #2398

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 12, 2023
Merged

fix: Rings are using the incorrect port #2398

merged 2 commits into from
Sep 12, 2023

Conversation

bryanhuhta
Copy link
Contributor

In #2391, a change was made to factor out a common ring config to reduce duplication of ring settings across components. In doing so, a change was added to set default port values if no value was provided:

2c73692#diff-e94eca41c9ef18ab2a324780565931df687280a46d570e6d08ebc54f73bf541dR167-R170

In doing so, this fouled up a separate process where (if no default was provided for instance-port) it would fallback to the http listen port.

This PR removes the change where a default port value would be used, allowing the fallback mechanism to work correctly.

@bryanhuhta bryanhuhta self-assigned this Sep 12, 2023
@bryanhuhta bryanhuhta requested a review from a team as a code owner September 12, 2023 21:29
Copy link
Contributor

@cyriltovena cyriltovena left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants