-
Notifications
You must be signed in to change notification settings - Fork 177
[FLINK-38790] Update to Flink 2.2 #204
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
base: main
Are you sure you want to change the base?
Conversation
|
Thanks for opening this pull request! Please check out our contributing guidelines. (https://flink.apache.org/contributing/how-to-contribute.html) |
5a4ed73 to
9e3f014
Compare
8c6c0ee to
1fe56be
Compare
timout increase test
30ccf4f to
14a3e6b
Compare
|
Seem like one test hangs infinitely. If somebody has any idea why and how to solve then plz share |
c2e939f to
23e4432
Compare
61d5694 to
44d992f
Compare
f210a73 to
4dd96fe
Compare
4dd96fe to
d34617a
Compare
|
|
| @@ -32,6 +32,9 @@ jobs: | |||
| flink_branches: &flink_branches_matrix [{ | |||
| flink: 2.2-SNAPSHOT, | |||
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.
we should change this to 2.3-SNAPSHOT
| </executions> | ||
| </plugin> | ||
|
|
||
| <!-- Temporarily run only KafkaSinkITCase for faster feedback on hanging test issue --> |
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.
is there a Jira / PR link we can add here?
Are these unit test changes required for 2.2, if not a separate PR would seem more appropriate.
It would be good to describe the motivation for these other changes test changes and the change to thread safeness in the Jira text
| strategy: | ||
| matrix: | ||
| flink: &flink_versions [ 2.0.1, 2.1.1 ] | ||
| flink: &flink_versions [ 2.2.0 ] |
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.
I am curious why we did not add 2.2 to the existing list.
This PR updates the Flink version to 2.2.0.
No mentionable change needed on the connector side.