Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
35130: storage: use lease start time to determine follower read safety r=ajwerner a=ajwerner This change obviously needs some testing. I'm putting it out to make sure I understand the issue and proposed solution. This change attempts to address a situation where a lease transfer may prevent a follower read. This happens because after the lease transfer we no longer have any information in the closedts storage regarding the range from the new leaseholder. Fixes cockroachdb#35129. Fixes cockroachdb#32980. Release note: None Co-authored-by: Andrew Werner <[email protected]>
- Loading branch information