-
Notifications
You must be signed in to change notification settings - Fork 28.5k
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
[SPARK-33727][K8S] Fall back from gnupg.net to openpgp.org #30696
Conversation
cc @shaneknapp |
We'll see if this passes in Jenkins :) |
Test build #132523 has finished for PR 30696 at commit
|
Kubernetes integration test starting |
@holdenk, hey fortunately I have my env to test :-) I am facing exactly the same issue. I will test and come back soon. |
Kubernetes integration test status failure |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, LGTM. Thanks, @holdenk .
The Jenkins K8s IT passed the docker image building. The failure is irrelevant to this PR.
|
BTW, I'll leave this PR to @HyukjinKwon since he is able to double-checking this. Thanks, @HyukjinKwon . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM it works now
Merged to master, branch-3.1 and branch-3.0. |
### What changes were proposed in this pull request? While building R docker image if we can't fetch the key from gnupg.net fall back to openpgp.org ### Why are the changes needed? gnupg.net key servers are flaky and sometimes fail to resolve or return keys. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Tried to add key on my desktop, it failed, then tried to add key with openpgp.org and it succeed. Closes #30696 from holdenk/SPARK-33727-gnupg-server-is-flaky. Authored-by: Holden Karau <hkarau@apple.com> Signed-off-by: HyukjinKwon <gurwls223@apache.org> (cherry picked from commit 991b797) Signed-off-by: HyukjinKwon <gurwls223@apache.org>
Thanks for addressing this issue guys! |
### What changes were proposed in this pull request? While building R docker image if we can't fetch the key from gnupg.net fall back to openpgp.org ### Why are the changes needed? gnupg.net key servers are flaky and sometimes fail to resolve or return keys. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Tried to add key on my desktop, it failed, then tried to add key with openpgp.org and it succeed. Closes #30696 from holdenk/SPARK-33727-gnupg-server-is-flaky. Authored-by: Holden Karau <hkarau@apple.com> Signed-off-by: HyukjinKwon <gurwls223@apache.org> (cherry picked from commit 991b797) Signed-off-by: HyukjinKwon <gurwls223@apache.org>
What changes were proposed in this pull request?
While building R docker image if we can't fetch the key from gnupg.net fall back to openpgp.org
Why are the changes needed?
gnupg.net key servers are flaky and sometimes fail to resolve or return keys.
Does this PR introduce any user-facing change?
No
How was this patch tested?
Tried to add key on my desktop, it failed, then tried to add key with openpgp.org and it succeed.