-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
kvclient/rangefeed: emit checkpoint events #70317
kvclient/rangefeed: emit checkpoint events #70317
Conversation
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.
A test might be nice. I don't think it should be too hard. Namely, write a value and then make sure that you get a checkpoint after you write the value for a timestamp later than the value. You can adjust the closed timestamp interval to make this happen quickly.
Reviewable status: complete! 0 of 0 LGTMs obtained (waiting on @arulajmani)
72e9869
to
598c6f7
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.
Added, PTAL.
Reviewable status: complete! 0 of 0 LGTMs obtained (waiting on @arulajmani)
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.
Reviewed 2 of 2 files at r1, 1 of 1 files at r2, all commit messages.
Reviewable status: complete! 1 of 0 LGTMs obtained (waiting on @arulajmani)
598c6f7
to
ae23796
Compare
bors r+ |
bors r- |
Canceled. |
ae23796
to
06134ae
Compare
bors single on |
bors r+ |
Build failed: |
06134ae
to
88a91c6
Compare
Grafted from cockroachdb#69269. This seems like a useful primitive for users of this library. We intend to use it in cockroachdb#69661 and cockroachdb#69614. Release note: None Co-authored-by: irfan sharif <[email protected]>
88a91c6
to
e14a0a1
Compare
bors r+ |
Build failed: |
I'm not really sure what's up with the bors failure. I assume it's some flake, cause regular github CI is green. Let a brother merge before PTO! bors r+ |
Build succeeded: |
Grafted from #69269. This seems like a useful primitive for users of
this library. We intend to use it in #69661 and #69614.
Release note: None