-
Notifications
You must be signed in to change notification settings - Fork 4.5k
[BEAM-8688] Upgrade GCSIO to 2.2.6 #17486
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
Conversation
|
Can one of the admins verify this patch? |
2 similar comments
|
Can one of the admins verify this patch? |
|
Can one of the admins verify this patch? |
|
R: @suztomo |
Link checkError doesn't seem to be relevant to this change. |
| grpc_netty_shaded : "io.grpc:grpc-netty-shaded", // google_cloud_platform_libraries_bom sets version | ||
| grpc_stub : "io.grpc:grpc-stub", // google_cloud_platform_libraries_bom sets version | ||
| // Once grpc-xds is added to google_cloud_platform_libraries_bom, use google_cloud_platform_libraries_bom instead. | ||
| grpc_xds : "io.grpc:grpc-xds:$grpc_version", |
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.
Declaring this key in the map doesn't have any effect.
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.
Oh I added it to sdks/java/io/google-cloud-platform/build.gradle. PTAL
Codecov Report
@@ Coverage Diff @@
## master #17486 +/- ##
==========================================
- Coverage 73.83% 73.83% -0.01%
==========================================
Files 690 690
Lines 90829 90843 +14
==========================================
+ Hits 67068 67076 +8
- Misses 22552 22558 +6
Partials 1209 1209
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
I haven't run the linkage check on Beam for a while. Memo: org.pentaho:pentaho-aggdesigner-algorithm is Spring Plugins repository (https://repo.spring.io/plugins-release/) as per https://mvnrepository.com/artifact/org.pentaho/pentaho-aggdesigner-algorithm/5.1.5-jhyde. |
I got the same error when running the linkage check on the master so I think it's not a regression caused by this PR. |
|
Run SQL_Java17 PreCommit |
|
Run SQL Postcommit |
|
Run Java PostCommit |
|
Run PostCommit_Java_Dataflow |
|
Run PostCommit_Java_DataflowV2 |
|
@veblush The ticket ID in the PR suffix is the ticket that records dependency upgrades. Beam project automatically creates the tickets for each dependencies. In this case, it should be https://issues.apache.org/jira/browse/BEAM-8688 (This seems down now) https://beam.apache.org/contribute/get-started-contributing/#create-a-pull-request |
Tomo, the name of this PR starts with |
|
Oh, I thought I changed but it seems that you did. Thanks! |
|
My local invocation of https://gist.github.com/suztomo/7593d67629f61ce0395335bf911e6e43 gcsio:2.2.6 depends on io.grpc:grpc-census:1.43.2. io.grpc:grpc-census:1.43.2 has some references to (I told wrong; the ticket ID is prefix, not suffix) |
|
Run PostCommit_Java_Dataflow |
|
@suztomo Huh, that's interesting. Thanks for running the test. (I'm not sure why I couldn't catch it earlier with my test runs) grpc/grpc-java#8768 looks relevant. and this is because grpc-census happens to have a different version of gRPC. Let's me add it as a new dependency as well. |
|
Run PostCommit_Java_Dataflow |
|
Nice. No new linkage errors https://gist.github.com/suztomo/0a2b2939876997dbc2312b69b9490104 |
Upgraded Google Cloud Storage client (GCSIO) to the latest 2.2.6 which contains recent bug fixes and improvements around gRPC implementation. This change adds the grpc-xds dependency because it started using the Traffic Director for Directpath and this should be transparent to users.
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
R: @suztomo).[BEAM-XXX] Fixes bug in ApproximateQuantiles, where you replaceBEAM-XXXwith the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.CHANGES.mdwith 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.