-
Notifications
You must be signed in to change notification settings - Fork 727
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
Improve the performance of handling region heartbeats #5648
Labels
type/enhancement
The issue or PR belongs to an enhancement.
Comments
This was referenced Oct 28, 2022
ti-chi-bot
pushed a commit
that referenced
this issue
Nov 10, 2022
) ref #5648 Eliminate some duplicated code in `processRegionHeartbeat`. Signed-off-by: JmPotato <[email protected]>
ti-chi-bot
pushed a commit
that referenced
this issue
Nov 15, 2022
ref #5648 Signed-off-by: Ryan Leung <[email protected]>
ti-chi-bot
added a commit
that referenced
this issue
Nov 30, 2022
ref #5606, ref #5648 Signed-off-by: Ryan Leung <[email protected]> Co-authored-by: Ti Chi Robot <[email protected]>
This was referenced Nov 30, 2022
ti-chi-bot
added a commit
that referenced
this issue
Nov 30, 2022
ref #5586, ref #5648, ref #5712 Signed-off-by: Ryan Leung <[email protected]> Co-authored-by: Ti Chi Robot <[email protected]>
ti-chi-bot
pushed a commit
that referenced
this issue
Dec 5, 2022
ref #5648 Signed-off-by: Ryan Leung <[email protected]>
ti-chi-bot
added a commit
that referenced
this issue
Dec 8, 2022
ref #5606, ref #5648 Signed-off-by: Ryan Leung <[email protected]> Co-authored-by: Ti Chi Robot <[email protected]>
ti-chi-bot
pushed a commit
that referenced
this issue
Dec 8, 2022
ref #5615, ref #5648 Signed-off-by: Ryan Leung <[email protected]>
Close it for now since most of the jobs are finished. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Enhancement Task
A large cluster, whose number of regions is more than 1M, could have the performance bottleneck of region heartbeat. The issue is used to track the progress of improving the heartbeat.
Here are some improvements we might do in the future:
Something we have done:
GetRegionMaxSize
faster #5649 @bufferflies (~)The text was updated successfully, but these errors were encountered: