-
Notifications
You must be signed in to change notification settings - Fork 725
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 HTTP API self-protection #4207
Comments
/assign @qidi1 |
@nolouch: GitHub didn't allow me to assign the following users: qidi1. Note that only tikv members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Signed-off-by: qidi1 <1083369179@qq.com>
Signed-off-by: qidi1 <1083369179@qq.com>
/assign @CabinfeverB |
@rleungx: GitHub didn't allow me to assign the following users: CabinfeverB. Note that only tikv members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign |
refer #4480, Closed since most tasks has been finished. |
Feature Request
Describe your feature request related problem
PD is the most important metadata service center of the cluster, and it also includes TSO services. PD needs to have certain self-protection capabilities, among which, we need to limit the access rate of some heavy APIs. here, we focus HTTP API first.
Describe the feature you'd like
Consider add middleware, use ratelimiter to limit the rate of the HeavyAPIs request, such as
/hotspot/regions/history
Teachability, Documentation, Adoption, Migration Strategy
The text was updated successfully, but these errors were encountered: