-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Flink: Backport #6660 to Flink 1.14 and 1.15 #6949
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: Backport #6660 to Flink 1.14 and 1.15 #6949
Conversation
795f543 to
5d69daf
Compare
| long durationMs = TimeUnit.NANOSECONDS.toMillis(System.nanoTime() - startNano); | ||
| LOG.info( | ||
| "Committed {} to table: {}, checkpointId {} in {} ms", | ||
| "Committed {} to table: {}, branch: {}, checkpointId {} in {} ms", |
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.
@stevenzwu I added this log for branch when backporting, noticed we were missing the branch after the operation actually committed. I'll add this to Flink 1.16 in a separate PR. Let me know your thoughts.
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 will be fine if you just add it in this PR.
Can you check the diff output and make sure no diff related to this backport?
git diff --no-index flink/v1.14/flink/src/ flink/v1.16/flink/src
git diff --no-index flink/v1.15/flink/src/ flink/v1.16/flink/src
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.
Checked, verified there's no diff related to this backport.
5d69daf to
5a2b8ea
Compare
5a2b8ea to
2ec3d41
Compare
|
I rebased , saw there were some new changes and test additions. No conflicts but want to make sure tests pass after rebasing. |
|
thanks @amogh-jahagirdar for the backport |
Backport https://github.com/apache/iceberg/pull/6660/files