-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kv,roachpb: document rangefeed resolved timestamp guarantees
I was surprised that rangefeeds would return resolved timestamps from before the request timestamp and this expectation mismatch was a component in a changefeed bug. It's not clear yet if the contract is wrong or simply underdocumented, so document it louder for now and leave a TODO to reconsider the contract when rangefeeds have more users. Also a very small cleanup on the `(*DistSender).RangeFeed` api while I'm in here. Release note: None
- Loading branch information
Showing
6 changed files
with
148 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.