Tags: tikv/pd
Tags
fix(cluster): use user storage size for logical storage metrics (#9891)… … (#9893) ref #9707 The `collectStorageSize` method now records logical storage size using `regionStats.UserStorageSize` instead of total `regionStats.StorageSize`. This ensures reported storage metrics more accurately represent user data consumption rather than total physical storage. Signed-off-by: JmPotato <[email protected]> Co-authored-by: JmPotato <[email protected]>
keyspace: check whether split region when getting keyspace meta (#9889)… … (#9890) close #9888 Signed-off-by: lhy1024 <[email protected]> Co-authored-by: lhy1024 <[email protected]>
[skip ci] update README.md file (#9847) skip-checks: true Signed-off-by: ti-chi-bot <[email protected]>
cherry-pick: scheduler: graceful shutdown implement (#9720) (#9790) close #9719 Add an is_stopping status to the StoreHeartbeat message. When TiKV receives a SIGTERM, it sets this flag. This change adds a new evict-stopping-store-scheduler to PD, which is analogous to the evict-slow-store-scheduler. It proactively transfers leaders away from nodes by inspecting the is_stopping status from store heartbeats. Signed-off-by: hujiatao0 <[email protected]>
cherry-pick: scheduler: graceful shutdown implement (#9720) (#9790) close #9719 Add an is_stopping status to the StoreHeartbeat message. When TiKV receives a SIGTERM, it sets this flag. This change adds a new evict-stopping-store-scheduler to PD, which is analogous to the evict-slow-store-scheduler. It proactively transfers leaders away from nodes by inspecting the is_stopping status from store heartbeats. Signed-off-by: hujiatao0 <[email protected]>
resource: add keyspace id in TokenBucketResponse (#9449) ref #9296, close #9448 Signed-off-by: lhy1024 <[email protected]> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
api: support to query whether pd has loaded region (#8749) (#9319) close #8426, close #8748 Signed-off-by: ti-chi-bot <[email protected]> Signed-off-by: lhy1024 <[email protected]> Signed-off-by: artem_danilov <[email protected]> Co-authored-by: lhy1024 <[email protected]> Co-authored-by: lhy1024 <[email protected]> Co-authored-by: Artem Danilov <[email protected]>
pkg: fix tso is generated even if the member is not leader (#9056) (#… …9207) * pkg: fix tso is generated even if the member is not leader (#9056) close #9051 Signed-off-by: Ryan Leung <[email protected]> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com> * ci: transitioning action version from node 16 to node 20 (#8071) close #8070 Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com> Signed-off-by: Ryan Leung <[email protected]> --------- Signed-off-by: Ryan Leung <[email protected]> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com> Co-authored-by: Hu# <[email protected]>
PreviousNext