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

[FLINK-37328][FileSystems] Upgrade GCS connector to 2.2.26. #26160

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cnauroth
Copy link
Contributor

What is the purpose of the change

Upgrade GCS connector to 2.2.26.

Brief change log

Upgrade the GCS Connector bundled in the Flink distro from version 2.2.18 to 2.2.26.

Release Notes

Verifying this change

This change is already covered by existing tests. I also have the new integration tests from #26102 patched in locally. (I would prefer for that test PR to be merged first, so that we have more testing confidence on these upgrades in the future.)

mvn -Pfast -pl flink-filesystems/flink-gs-fs-hadoop clean verify

For testing the documentation changes, I attempted to build locally, but I encountered an unrelated error that I haven't investigated yet.

cd docs
./build_docs.sh -p
...
ERROR render of "section" failed: "/usr/local/google/home/cnauroth/git/apache/flink/docs/layouts/_default/baseof.html:24:5": execute of template failed: template: _default/list.html:24:5: executing "_default/list.html" at <partial "docs/html-head" .>: error calling partial: execute of template failed: html/template:partials/docs/html-head.html:33:13: no such template "_internal/google_analytics_async.html"

Does this pull request potentially affect one of the following parts:

  • Dependencies (does it add or upgrade a dependency): yes
  • The public API, i.e., is any changed class annotated with @Public(Evolving): no
  • The serializers: no
  • The runtime per-record code paths (performance sensitive): no
  • Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: no
  • The S3 file system connector: no (but yes to the GCS connector)

Documentation

  • Does this pull request introduce a new feature? no
  • If yes, how is the feature documented? not applicable

@flinkbot
Copy link
Collaborator

flinkbot commented Feb 15, 2025

CI report:

Bot commands The @flinkbot bot supports the following commands:
  • @flinkbot run azure re-run the last Azure build

@cnauroth
Copy link
Contributor Author

It looks like the CI failure is an unrelated test failure in TableSinkITCase#testSinkDisorderChangeLogWithRank.

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

Successfully merging this pull request may close these issues.

2 participants