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

tso: merge lastTS and lastArrivalTS into an atomic pointer (#1054) #1063

Merged
merged 1 commit into from
Nov 20, 2023

Commits on Nov 20, 2023

  1. tso: merge lastTS and lastArrivalTS into an atomic pointer (tikv#1054)

    * fix the issue that stale timestamp may be a future one
    
    Signed-off-by: you06 <you1474600@gmail.com>
    
    * add regression test
    
    Signed-off-by: you06 <you1474600@gmail.com>
    
    * lazy init lastTSO
    
    Signed-off-by: you06 <you1474600@gmail.com>
    
    * fix panic
    
    Signed-off-by: you06 <you1474600@gmail.com>
    
    * address comment
    
    Signed-off-by: you06 <you1474600@gmail.com>
    
    ---------
    
    Signed-off-by: you06 <you1474600@gmail.com>
    you06 committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    9f0df14 View commit details
    Browse the repository at this point in the history