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

Don't print lots of noise on IPv4 only hosts. #13026

Merged
merged 1 commit into from Aug 20, 2015
Merged

Conversation

rmuir
Copy link
Contributor

@rmuir rmuir commented Aug 20, 2015

If the machine doesn't support IPv6, or if the user disabled it
with -Djava.net.preferIPv4Stack, or if the user disabled it with
ES_USE_IPV4, we will still try to bind a socket to ::1 out of box,
and we will see lots of exceptions logged to the console.

It is harmless noise but not a great experience.

If the machine doesn't support IPv6, or if the user disabled it
with -Djava.net.preferIPv4Stack, or if the user disabled it with
ES_USE_IPV4, we will still try to bind a socket to ::1 out of box,
and we will see lots of exceptions logged to the console.

It is harmless noise but not a great experience.
@rmuir rmuir added v2.0.0-beta1 :Distributed/Network Http and internode communication implementations v2.0.0 labels Aug 20, 2015
@s1monw
Copy link
Contributor

s1monw commented Aug 20, 2015

LGTM

rmuir added a commit that referenced this pull request Aug 20, 2015
Don't print lots of noise on IPv4 only hosts.
@rmuir rmuir merged commit 478bf1c into elastic:master Aug 20, 2015
@brwe brwe removed the v2.0.0 label Aug 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed/Network Http and internode communication implementations >enhancement v2.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants