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

*: cherry pick some keyspace related things #6840

Merged
merged 8 commits into from
Jul 31, 2023

Commits on Jul 28, 2023

  1. filter down store

    Signed-off-by: zeminzhou <zhouzemin@pingcap.com>
    zeminzhou authored and rleungx committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    dd80fd6 View commit details
    Browse the repository at this point in the history
  2. add metric for gc safepoint

    Signed-off-by: zeminzhou <zhouzemin@pingcap.com>
    zeminzhou authored and rleungx committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    c1ab411 View commit details
    Browse the repository at this point in the history
  3. move gc metrics

    Signed-off-by: Ryan Leung <rleungx@gmail.com>
    rleungx committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    83c2ad0 View commit details
    Browse the repository at this point in the history
  4. Add remove region storage api (tikv#48)

    * remove region meta when remove region cache
    
    Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>
    
    * add delete region storage method
    
    Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>
    
    * fix comments
    
    Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: David <8039876+AmoebaProtozoa@users.noreply.github.com>
    AmoebaProtozoa authored and rleungx committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    816c7fc View commit details
    Browse the repository at this point in the history
  5. 6.6: add approixmate kv size (tikv#18) (tikv#26)

    Signed-off-by: zeminzhou <zhouzemin@pingcap.com>
    Signed-off-by: disksing <i@disksing.com>
    disksing authored and rleungx committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    12fc611 View commit details
    Browse the repository at this point in the history
  6. keyspace: create a disabled keyspace meta before split (tikv#142)

    * keyspace: create a disabled keyspace meta before split
    
    tikv-server need to get the keyspace encryption config on keyspace creation.
    If we split before save the meta, tikv-server can not get the meta.
    
    Signed-off-by: Evan Zhou <coocood@gmail.com>
    
    * UpdateKeyspaceStateByID instead of saveNewKeyspace
    
    Signed-off-by: Evan Zhou <coocood@gmail.com>
    
    * remove pre-created keyspace after split failed.
    
    Signed-off-by: Evan Zhou <coocood@gmail.com>
    
    ---------
    
    Signed-off-by: Evan Zhou <coocood@gmail.com>
    coocood authored and rleungx committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    6adcad4 View commit details
    Browse the repository at this point in the history
  7. use slow-log-txn to log run-in-txn (tikv#144)

    Signed-off-by: AmoebaProtozoa <8039876+AmoebaProtozoa@users.noreply.github.com>
    Signed-off-by: Ryan Leung <rleungx@gmail.com>
    AmoebaProtozoa authored and rleungx committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    b33cf88 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

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