-
Notifications
You must be signed in to change notification settings - Fork 454
[lake] Record a file path storing log offsets in lake snapshot property #2223
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
33969e9 to
5442462
Compare
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.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
5442462 to
68a5039
Compare
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.
Pull request overview
Copilot reviewed 30 out of 30 changed files in this pull request and generated 12 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
...ink-common/src/main/java/org/apache/fluss/flink/tiering/committer/TieringCommitOperator.java
Outdated
Show resolved
Hide resolved
...ink-common/src/main/java/org/apache/fluss/flink/tiering/committer/TieringCommitOperator.java
Outdated
Show resolved
Hide resolved
fluss-server/src/test/java/org/apache/fluss/server/coordinator/TestCoordinatorGateway.java
Outdated
Show resolved
Hide resolved
fluss-rpc/src/test/java/org/apache/fluss/rpc/TestingTabletGatewayService.java
Show resolved
Hide resolved
fluss-server/src/main/java/org/apache/fluss/server/coordinator/CoordinatorEventProcessor.java
Outdated
Show resolved
Hide resolved
fluss-server/src/test/java/org/apache/fluss/server/tablet/TestTabletServerGateway.java
Outdated
Show resolved
Hide resolved
.../src/main/java/org/apache/fluss/flink/tiering/committer/FlussTableLakeSnapshotCommitter.java
Outdated
Show resolved
Hide resolved
fluss-common/src/main/java/org/apache/fluss/lake/committer/CommittedLakeSnapshot.java
Show resolved
Hide resolved
06af001 to
3889069
Compare
a6c7f69 to
747e91b
Compare
747e91b to
f31d6f5
Compare
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.
Pull request overview
Copilot reviewed 42 out of 42 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
fluss-server/src/main/java/org/apache/fluss/server/zk/data/lake/LakeTableJsonSerde.java
Outdated
Show resolved
Hide resolved
.../src/main/java/org/apache/fluss/flink/tiering/committer/FlussTableLakeSnapshotCommitter.java
Outdated
Show resolved
Hide resolved
fluss-server/src/main/java/org/apache/fluss/server/zk/data/lake/LakeTableHelper.java
Outdated
Show resolved
Hide resolved
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.
Pull request overview
Copilot reviewed 43 out of 43 changed files in this pull request and generated 6 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
...ink-common/src/main/java/org/apache/fluss/flink/tiering/committer/TieringCommitOperator.java
Outdated
Show resolved
Hide resolved
fluss-server/src/main/java/org/apache/fluss/server/entity/CommitLakeTableSnapshotData.java
Show resolved
Hide resolved
fluss-server/src/main/java/org/apache/fluss/server/coordinator/CoordinatorEventProcessor.java
Show resolved
Hide resolved
...common/src/test/java/org/apache/fluss/flink/tiering/committer/TieringCommitOperatorTest.java
Show resolved
Hide resolved
fluss-common/src/test/java/org/apache/fluss/utils/json/TableBucketOffsetsJsonSerdeTest.java
Show resolved
Hide resolved
37c8016 to
f7a09fa
Compare
f7a09fa to
f470b32
Compare
|
@wuchong Could you please help review this pr? The pr also handle the back compabitlity when use v2 to serialize lake table snapshot |
Purpose
Linked issue: close #2224
Brief change log
TieringCommitOperator, first prepare commit log offsets to fluss cluster which will write a file to store the log offsetsTests
Existing test
API and Format
Documentation