-
Notifications
You must be signed in to change notification settings - Fork 726
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
PD processes heartbeat slowly after scaling within a large cluster. #7248
Labels
affects-6.1
This bug affects the 6.1.x(LTS) versions.
affects-6.5
This bug affects the 6.5.x(LTS) versions.
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.5
This bug affects the 7.5.x(LTS) versions.
report/customer
Customers have encountered this bug.
severity/major
type/bug
The issue is confirmed as a bug.
Comments
It's a known problem, especially when the rule count is small. |
ti-chi-bot
added
affects-6.5
This bug affects the 6.5.x(LTS) versions.
affects-7.5
This bug affects the 7.5.x(LTS) versions.
labels
Oct 25, 2023
|
Yes |
ti-chi-bot bot
pushed a commit
that referenced
this issue
Nov 8, 2023
close #7248 Signed-off-by: nolouch <[email protected]> Co-authored-by: nolouch <[email protected]> Co-authored-by: ShuNing <[email protected]>
ti-chi-bot
pushed a commit
to ti-chi-bot/pd
that referenced
this issue
Nov 8, 2023
close tikv#7248 Signed-off-by: ti-chi-bot <[email protected]>
ti-chi-bot
pushed a commit
to ti-chi-bot/pd
that referenced
this issue
Nov 8, 2023
close tikv#7248 Signed-off-by: ti-chi-bot <[email protected]>
ti-chi-bot bot
added a commit
that referenced
this issue
Nov 8, 2023
close #7248 Signed-off-by: nolouch <[email protected]> Co-authored-by: nolouch <[email protected]> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
18 tasks
ti-chi-bot bot
pushed a commit
that referenced
this issue
Nov 21, 2023
close #7248 Signed-off-by: ti-chi-bot <[email protected]> Signed-off-by: nolouch <[email protected]> Co-authored-by: Ryan Leung <[email protected]> Co-authored-by: nolouch <[email protected]>
ti-chi-bot bot
pushed a commit
that referenced
this issue
Nov 21, 2023
close #7248 Signed-off-by: ti-chi-bot <[email protected]> Signed-off-by: nolouch <[email protected]> Co-authored-by: Ryan Leung <[email protected]> Co-authored-by: nolouch <[email protected]>
16 tasks
ti-chi-bot
pushed a commit
to ti-chi-bot/pd
that referenced
this issue
Jan 10, 2024
close tikv#7248 Signed-off-by: ti-chi-bot <[email protected]>
ti-chi-bot bot
added a commit
that referenced
this issue
Feb 28, 2024
close #7248 Signed-off-by: ti-chi-bot <[email protected]> Signed-off-by: Ryan Leung <[email protected]> Co-authored-by: Ryan Leung <[email protected]> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
/report customer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
affects-6.1
This bug affects the 6.1.x(LTS) versions.
affects-6.5
This bug affects the 6.5.x(LTS) versions.
affects-7.1
This bug affects the 7.1.x(LTS) versions.
affects-7.5
This bug affects the 7.5.x(LTS) versions.
report/customer
Customers have encountered this bug.
severity/major
type/bug
The issue is confirmed as a bug.
Bug Report
PD processes heartbeat slowly after scaling within a large cluster.
After scaling, 7.1.x will estimate the progress of scale, the estimate will hold the lock too long.
pd/server/cluster/cluster.go
Lines 1943 to 1951 in 3f1a688
Here
GetRegionSizeByRange
will iterate over many regions.stack info in 7.1.1:
The text was updated successfully, but these errors were encountered: