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

[BUILD] Fix the java.net.BindException when testing with Github Action #2451

Merged
merged 2 commits into from
Apr 9, 2021

Conversation

pan3793
Copy link
Member

@pan3793 pan3793 commented Apr 9, 2021

@github-actions github-actions bot added the INFRA label Apr 9, 2021
@rymurr
Copy link
Contributor

rymurr commented Apr 9, 2021

Cc @snazy

@aokolnychyi
Copy link
Contributor

This makes sense to me.

@RussellSpitzer @rdblue, could you take a look?

@pan3793
Copy link
Member Author

pan3793 commented Apr 9, 2021

Spark switched 127.0.0.1 to localhost, see apache/spark#32102

@pan3793
Copy link
Member Author

pan3793 commented Apr 9, 2021

GA passed, both on JDK8 and JDK11, hope we can get it in ASAP to recover the development progress.

@RussellSpitzer
Copy link
Member

apache/spark#32096 (comment) - Underlying issue is hypothesized to be the dns resolving properties of Inet.getLocalAddress.

@RussellSpitzer
Copy link
Member

Our Test Hive code already uses localhost, so that should be fine.

@RussellSpitzer RussellSpitzer merged commit b102843 into apache:master Apr 9, 2021
@RussellSpitzer
Copy link
Member

Thanks @pan3793 !

@pan3793 pan3793 deleted the ci branch April 10, 2021 09:05
rymurr pushed a commit to rymurr/nessie that referenced this pull request Apr 11, 2021
rymurr added a commit to projectnessie/nessie that referenced this pull request Apr 12, 2021
@lhotari
Copy link
Member

lhotari commented Apr 14, 2021

Root cause: reverse name lookups for the current host name is broken in GitHub Actions Runner VMs: actions/runner-images#3185
builds@apache.org mailing list thread:
https://lists.apache.org/thread.html/r40b2da182952f21a3b94696e6f1bf8594e7ff16e1c5979fe8b2d51c8%40%3Cbuilds.apache.org%3E

@snazy
Copy link
Member

snazy commented Apr 14, 2021

Interesting, maybe that's also causing the new-ish CI failures (#2475)

stevenzwu pushed a commit to stevenzwu/iceberg that referenced this pull request Jul 28, 2021
apache#2451)

[BUILD] Fix the java.net.BindException when testing with Github Action

Switches to using localhost from 127.0.0.1 for the Spark driver bind address in CI tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants