-
Notifications
You must be signed in to change notification settings - Fork 720
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
Tracking issue for the HTTP SDK #7300
Labels
Comments
JmPotato
added
component/api
HTTP API.
type/development
The issue belongs to a development tasks
labels
Nov 2, 2023
This was referenced Nov 2, 2023
ti-chi-bot bot
added a commit
that referenced
this issue
Nov 13, 2023
ref #7300 Introduce the HTTP client. Signed-off-by: JmPotato <ghzpotato@gmail.com> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
This was referenced Nov 13, 2023
ti-chi-bot bot
pushed a commit
that referenced
this issue
Nov 17, 2023
ref #7300 - Implement more HTTP APIs. - Use consts more in `Rule` structure. Signed-off-by: JmPotato <ghzpotato@gmail.com>
ti-chi-bot bot
added a commit
that referenced
this issue
Nov 21, 2023
ref #7300 Expand the PD HTTP interfaces to include more encapsulation, particularly focusing on the rule-related interfaces. Signed-off-by: JmPotato <ghzpotato@gmail.com> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
This was referenced Nov 21, 2023
ti-chi-bot bot
pushed a commit
that referenced
this issue
Nov 21, 2023
ref #7300 Pass `res` interface into `respHandler`. Signed-off-by: JmPotato <ghzpotato@gmail.com>
This was referenced Nov 23, 2023
ti-chi-bot bot
pushed a commit
that referenced
this issue
Nov 27, 2023
ref #7300 - Implement more rule and batch related interfaces. - Add more types and methods. - Refine the tests. Signed-off-by: JmPotato <ghzpotato@gmail.com>
This was referenced Nov 27, 2023
ti-chi-bot bot
pushed a commit
that referenced
this issue
Nov 29, 2023
ref #7300 - Add `GetHistoryHotRegions` interface. - Add more tests. Signed-off-by: JmPotato <ghzpotato@gmail.com>
2 tasks
ti-chi-bot bot
pushed a commit
that referenced
this issue
Nov 30, 2023
ref #7300 Implement the marshaler interfaces for `Rule` and `RuleOP` to make sure we could set/get the correct start/end key. Ref https://github.com/pingcap/tidb/blob/46d4231c8b0ade353b98572e7c2a015bddf940f4/pkg/ddl/placement/rule.go#L76-L91. Signed-off-by: JmPotato <ghzpotato@gmail.com>
ti-chi-bot bot
pushed a commit
that referenced
this issue
May 27, 2024
ref #7300 Signed-off-by: okJiang <819421878@qq.com>
This was referenced May 29, 2024
ti-chi-bot bot
pushed a commit
that referenced
this issue
May 29, 2024
ref #7300 Use different suites to test HTTP client initialization instead of maintaining different modes manually. Signed-off-by: JmPotato <ghzpotato@gmail.com>
This was referenced May 30, 2024
ti-chi-bot
pushed a commit
to ti-chi-bot/pd
that referenced
this issue
Jul 31, 2024
ref tikv#7300 Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
JmPotato
added a commit
to ti-chi-bot/pd
that referenced
this issue
Aug 1, 2024
ref tikv#7300 Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
This was referenced Aug 5, 2024
ti-chi-bot bot
added a commit
that referenced
this issue
Aug 21, 2024
ref #7300 replace gc_safepoint call with PD HTTP SDK Signed-off-by: Boyang Lyu <boyangly@gmail.com> Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Development Task
As pingcap/tidb#35319 mentioned, providing a unified PD HTTP API SDK has become an urgent need. With this means, it could be easier for us to control and observe the use of the PD HTTP API in general.
NewDefaultPDServiceDiscovery
and refine http client tests #7744The text was updated successfully, but these errors were encountered: