Skip to content

Tags: tikv/pd

Tags

v8.5.4-nextgen.202510.2

Toggle v8.5.4-nextgen.202510.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v8.5.4-nextgen.202510.1

Toggle v8.5.4-nextgen.202510.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v8.5.4-nextgen.202510.0

Toggle v8.5.4-nextgen.202510.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[skip ci] update README.md file (#9847)

skip-checks: true

Signed-off-by: ti-chi-bot <[email protected]>

v8.5.0-20251010-9b4c020

Toggle v8.5.0-20251010-9b4c020's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v8.5.0-20250930-9b4c020

Toggle v8.5.0-20250930-9b4c020's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v7.5.7

Toggle v7.5.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
deps(release-7.5): update to fix the vulnerabilities (#9600)

ref #9556

Update the third-party dependencies to address vulnerabilities.

Signed-off-by: JmPotato <[email protected]>

v8.5.3

Toggle v8.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
deps(release-8.5): update to fix the vulnerabilities (#9558)

close #9556

Update the third-party dependencies to address vulnerabilities.

Signed-off-by: JmPotato <[email protected]>

v9.0.0-beta.2.pre

Toggle v9.0.0-beta.2.pre's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v8.5.2

Toggle v8.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v6.5.10-20250416-679ee8b

Toggle v6.5.10-20250416-679ee8b's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>