-
Notifications
You must be signed in to change notification settings - Fork 728
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
Frequently new a timer may cost too much memory #6719
Labels
type/enhancement
The issue or PR belongs to an enhancement.
Comments
This was referenced Jun 29, 2023
ti-chi-bot bot
added a commit
that referenced
this issue
Jun 30, 2023
close #6719, ref #6720 Signed-off-by: lhy1024 <[email protected]> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
ti-chi-bot bot
added a commit
that referenced
this issue
Jul 3, 2023
close #6719 Signed-off-by: lhy1024 <[email protected]> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
rleungx
pushed a commit
to rleungx/pd
that referenced
this issue
Aug 2, 2023
close tikv#6719, ref tikv#6720 Signed-off-by: lhy1024 <[email protected]> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
rleungx
pushed a commit
to rleungx/pd
that referenced
this issue
Aug 2, 2023
close tikv#6719 Signed-off-by: lhy1024 <[email protected]> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
rleungx
pushed a commit
to rleungx/pd
that referenced
this issue
Aug 2, 2023
close tikv#6719, ref tikv#6720 Signed-off-by: lhy1024 <[email protected]> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
rleungx
pushed a commit
to rleungx/pd
that referenced
this issue
Aug 2, 2023
close tikv#6719 Signed-off-by: lhy1024 <[email protected]> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
lhy1024
added a commit
to lhy1024/pd
that referenced
this issue
Dec 17, 2024
close tikv#6719 Signed-off-by: lhy1024 <[email protected]> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com> Signed-off-by: lhy1024 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Enhancement Task
After we upgrade, PD consumes more memory compared to before.

For each request, we will create a deadline that contains a timer. We should improve it in this kind of situation.
The text was updated successfully, but these errors were encountered: