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

[Java] failure in TestServerOptions.domainSocket #22248

Closed
asfimport opened this issue Jul 3, 2019 · 1 comment
Closed

[Java] failure in TestServerOptions.domainSocket #22248

asfimport opened this issue Jul 3, 2019 · 1 comment

Comments

@asfimport
Copy link

asfimport commented Jul 3, 2019

I see this consistently with the 0.14.0 rc0 release candidate on mac mojave.

java.io.IOException: Failed to bind
at org.apache.arrow.flight.TestServerOptions.domainSocket(TestServerOptions.java:46)
Caused by: io.netty.channel.unix.Errors$NativeIoException: bind(..) failed: Address already in use

 

Reporter: Pindikura Ravindra / @pravindra
Assignee: David Li / @lidavidm

Related issues:

Note: This issue was originally created as ARROW-5829. Please see the migration documentation for further details.

@asfimport
Copy link
Author

David Li / @lidavidm:
I think this is the same underlying cause - on OSX, the release verification script uses a custom temp dir that makes the domain socket path too long. I'm going to close this in favor of ARROW-5836 to keep things in one place.

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

No branches or pull requests

2 participants