-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Swap Java SDK container to use eclipse-temurin as the base instead of OpenJDK #25402
Conversation
Run Java Spark PortableValidatesRunner Batch |
R: @apilloud |
Run Java Flink PortableValidatesRunner Batch |
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
Run Java Flink PortableValidatesRunner Batch |
Assigning reviewers. If you would like to opt out of this review, comment R: @kennknowles for label java. Available commands:
The PR bot will only process comments in the main thread (not review comments). |
Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control |
Is flink docker PVR real signal? Is it signal we care about? |
Run Java Flink PortableValidatesRunner Batch |
No to my knowledge since it passed here https://ci-beam.apache.org/job/beam_PreCommit_Java_PVR_Flink_Docker_Commit/2457/ on my WIP PR #25408 that added additional docker logging to try to get more error details. I'll try running again and merge if green. |
Run Java_PVR_Flink_Docker PreCommit |
1 similar comment
Run Java_PVR_Flink_Docker PreCommit |
Run Java Flink PortableValidatesRunner Batch |
3 similar comments
Run Java Flink PortableValidatesRunner Batch |
Run Java Flink PortableValidatesRunner Batch |
Run Java Flink PortableValidatesRunner Batch |
Run Java_PVR_Flink_Docker PreCommit |
1 similar comment
Run Java_PVR_Flink_Docker PreCommit |
Run Java Flink PortableValidatesRunner Batch |
Run Java_PVR_Flink_Docker PreCommit |
Currently failing due to license pulling falling over
Looks like it might have moved to https://opensource.org/license/bsd-license-php/ or zstd-jni changed licenses |
Run Java_PVR_Flink_Docker PreCommit |
Turns out that boot.go is crashing:
It looks like the issue is an out of date docker installation which explains why the tests pass locally but fail on Jenkins. Filed https://issues.apache.org/jira/browse/INFRA-24205 to upgrade Docker on Beam's Jenkins hosts to 20.10.21+ |
Could this impact users? |
Yes, users will need a new enough version of Docker. Even the swap to Ubuntu Focal will need a new enough version of Docker as well. I updated the dev@ thread with these details, lets keep the discussion going on there. |
Run Java Examples on Dataflow Runner V2 |
Run Java_PVR_Flink_Docker PreCommit |
Docker has been upgraded on the Jenkins hosts |
As discussed on https://lists.apache.org/thread/h4m02o0br5g5t3o3m8r4lkl431vvzhsg
Fixes #25371
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
addresses #123
), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, commentfixes #<ISSUE NUMBER>
instead.CHANGES.md
with noteworthy changes.See the Contributor Guide for more tips on how to make review process smoother.
To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md
GitHub Actions Tests Status (on master branch)
See CI.md for more information about GitHub Actions CI.