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

keyspace: some cherry-pick from pd-cse #6477

Merged
merged 10 commits into from
Jul 3, 2023
Merged

Commits on May 17, 2023

  1. fix load keyspace id (tikv#70)

    * fix error when keyspace does not exists
    
    Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>
    
    * remove meta.id = id
    
    Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>
    AmoebaProtozoa authored and lhy1024 committed May 17, 2023
    Configuration menu
    Copy the full SHA
    6ec3255 View commit details
    Browse the repository at this point in the history
  2. Add Get Region By Keyspace (tikv#78)

    * added get region by keyspace api
    
    Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>
    
    * fix encoding
    
    Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>
    
    * addd pd-ctl
    
    Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>
    
    * change description
    
    Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>
    
    * change pd-ctl command to add id
    
    Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>
    
    * check keyspace id before fetch
    
    Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>
    Signed-off-by: lhy1024 <admin@liudos.us>
    AmoebaProtozoa authored and lhy1024 committed May 17, 2023
    Configuration menu
    Copy the full SHA
    7c9cb92 View commit details
    Browse the repository at this point in the history
  3. fix ctx in watch loop in keyspace interface

    Signed-off-by: lhy1024 <admin@liudos.us>
    lhy1024 committed May 17, 2023
    Configuration menu
    Copy the full SHA
    840a57e View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Merge branch 'master' of http://github.com/tikv/pd into keyspace-pick

    Signed-off-by: lhy1024 <admin@liudos.us>
    lhy1024 committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    b153531 View commit details
    Browse the repository at this point in the history
  2. reduce test time

    Signed-off-by: lhy1024 <admin@liudos.us>
    lhy1024 committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    deb5638 View commit details
    Browse the repository at this point in the history
  3. fix lint

    Signed-off-by: lhy1024 <admin@liudos.us>
    lhy1024 committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    277bdd1 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    ec60712 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    c9a3b68 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    be91292 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    fe8159f View commit details
    Browse the repository at this point in the history