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

changefeedccl: move checkpoint creation code into separate package #137959

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

Conversation

andyyang890
Copy link
Collaborator

@andyyang890 andyyang890 commented Dec 24, 2024

This patch moves the changefeed checkpoint creation code into a
separate package to prevent a dependency cycle when the resolved
span frontiers are moved into its own package in a later commit.
Given the upcoming checkpoint improvement work, this is also a
good opportunity to clean up the checkpoint creation API.
Finally, a unit test covering checkpoint creation has been added.

Epic: None

Release note: None

@cockroach-teamcity
Copy link
Member

This change is Reviewable

@andyyang890 andyyang890 force-pushed the 20241223-move-checkpoint-separate-package branch 2 times, most recently from 54422e8 to 2d11274 Compare December 24, 2024 03:10
This patch moves the changefeed checkpoint creation code into a
separate package to prevent a dependency cycle when the resolved
span frontiers are moved into its own package in a later commit.
Given the upcoming checkpoint improvement work, this is also a
good opportunity to clean up the checkpoint creation API.
Finally, a unit test covering checkpoint creation has been added.

Release note: None
@andyyang890 andyyang890 force-pushed the 20241223-move-checkpoint-separate-package branch from 2d11274 to c0e886c Compare December 24, 2024 03:14
@andyyang890 andyyang890 marked this pull request as ready for review December 24, 2024 16:26
@andyyang890 andyyang890 requested a review from a team as a code owner December 24, 2024 16:26
@andyyang890 andyyang890 requested review from wenyihu6, asg0451 and a team and removed request for a team December 24, 2024 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants