Skip to content
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

Remove localhost from fluvio in favor of 127.0.0.1 #3866

Open
digikata opened this issue Feb 12, 2024 · 0 comments
Open

Remove localhost from fluvio in favor of 127.0.0.1 #3866

digikata opened this issue Feb 12, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Good issue for community involvement no-stale Opt-out of closing issue due to no activity technical debt

Comments

@digikata
Copy link
Contributor

digikata commented Feb 12, 2024

Some combinations of fluvio binary and Linux distros do not resolve localhost resulting in fluvio cluster start startup failure.

The preliminary problem looks like the systems which this occurs have no localhost in /etc/hosts. They may be relying on glib/systemd-resolver conventions to resolve localhost, while musl libc (which fluvio builds with), expects a localhost entry to resolve localhost to 127.0.0.1.

Look at developing standards and linux distro conventions to see how check to see if this is a reasonable approach to directly specify 127.0.0.1 as a default. It is thought that settings where this is used can be configured at run-time for custom configurations for fluvio so this is likely a matter of default settings, and a few maybe well placed error messages.

@digikata digikata added the enhancement New feature or request label Feb 12, 2024
@digikata digikata added the help wanted Good issue for community involvement label Feb 12, 2024
@digikata digikata modified the milestone: 0.11.0 Feb 22, 2024
@digikata digikata added no-stale Opt-out of closing issue due to no activity and removed no-issue-activity labels Apr 23, 2024
@infinyon infinyon deleted a comment from github-actions bot Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Good issue for community involvement no-stale Opt-out of closing issue due to no activity technical debt
Projects
None yet
Development

No branches or pull requests

2 participants