-
Notifications
You must be signed in to change notification settings - Fork 24.8k
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
SimpleMockNioTransportTests.testConnectException fails on MacOS #33879
Labels
:Distributed Coordination/Network
Http and internode communication implementations
>test-failure
Triaged test failures from CI
Comments
tvernum
added
:Distributed Coordination/Network
Http and internode communication implementations
>test-failure
Triaged test failures from CI
labels
Sep 20, 2018
Pinging @elastic/es-core-infra |
I muted this test on MacOS - ff934e3 |
@tvernum sorry about that, reproducing and fixing on OSX right away :) |
original-brownbear
added a commit
to original-brownbear/elasticsearch
that referenced
this issue
Sep 20, 2018
* Setting SO_LINGER for open but not connected non-blocking sockets throws on OSX * Fixed by only applying setting to connected sockets which will save the same number of FDs as doing it on open sockets anyway * closes elastic#33879
original-brownbear
added a commit
that referenced
this issue
Sep 21, 2018
* Setting SO_LINGER for open but not connected non-blocking sockets throws on OSX * Fixed by only applying setting to connected sockets which will save the same number of FDs as doing it on open sockets anyway * closes #33879
kcm
pushed a commit
that referenced
this issue
Oct 30, 2018
* Setting SO_LINGER for open but not connected non-blocking sockets throws on OSX * Fixed by only applying setting to connected sockets which will save the same number of FDs as doing it on open sockets anyway * closes #33879
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
:Distributed Coordination/Network
Http and internode communication implementations
>test-failure
Triaged test failures from CI
This seems to be triggered by #32560 (reverting 0cf0d73 solves the problem)
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob-darwin-compatibility/11/console
Reproduces for me
Darwin Kernel Version 16.7.0: Fri Apr 27 17:59:46 PDT 2018; root:xnu-3789.73.13~1/RELEASE_X86_64
CC: @tbrooks8
The text was updated successfully, but these errors were encountered: