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

mcs, tso: implement GetMinTS gPRC on both API leader and PD client #6488

Merged
merged 6 commits into from
May 22, 2023

Commits on May 19, 2023

  1. implement GetMinTS on the API leader

    Signed-off-by: Bin Shi <[email protected]>
    binshi-bing committed May 19, 2023
    Configuration menu
    Copy the full SHA
    74c3e88 View commit details
    Browse the repository at this point in the history
  2. Handle comments

    Signed-off-by: Bin Shi <[email protected]>
    binshi-bing committed May 19, 2023
    Configuration menu
    Copy the full SHA
    b31f487 View commit details
    Browse the repository at this point in the history
  3. Upgraded to kvproto/master; rebase

    Signed-off-by: Bin Shi <[email protected]>
    binshi-bing committed May 19, 2023
    Configuration menu
    Copy the full SHA
    d184cca View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. Add empty methods for "introduce keyspace safepoint interface" to wor…

    …k around compiler error.
    
    Signed-off-by: Bin Shi <[email protected]>
    binshi-bing committed May 20, 2023
    Configuration menu
    Copy the full SHA
    aabff54 View commit details
    Browse the repository at this point in the history
  2. Handle compatibility issue in case of PD/API server doesn't support G…

    …etMinTS API.
    
    Signed-off-by: Bin Shi <[email protected]>
    binshi-bing committed May 20, 2023
    Configuration menu
    Copy the full SHA
    b40b029 View commit details
    Browse the repository at this point in the history
  3. Fix fmt error

    Signed-off-by: Bin Shi <[email protected]>
    binshi-bing committed May 20, 2023
    Configuration menu
    Copy the full SHA
    c998fbf View commit details
    Browse the repository at this point in the history