Skip to content
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

disttask: support multiple access point natively #52441

Closed
D3Hunter opened this issue Apr 9, 2024 · 0 comments · Fixed by #52627
Closed

disttask: support multiple access point natively #52441

D3Hunter opened this issue Apr 9, 2024 · 0 comments · Fixed by #52627
Labels
affects-8.1 component/ddl This issue is related to DDL of TiDB. type/enhancement

Comments

@D3Hunter
Copy link
Contributor

D3Hunter commented Apr 9, 2024

Enhancement

For cloud we want to support multiple access endpoints, each of it will have a different tidb_service_scope. Apps might connect to different endpoint, dist task submitted from different endpoint should not interference with each other:

  1. We want subtasks run on nodes with the same tidb_service_scope as the node which submits the job.
  2. Make tidb_enable_dist_task default to true.

although we separate the tasks from tidb side, the pd/tikv is still shared by all endpoints and affects each other.

@D3Hunter D3Hunter added affects-8.1 type/bug This issue is a bug. and removed type/bug This issue is a bug. labels Apr 11, 2024
ti-chi-bot bot pushed a commit that referenced this issue Apr 12, 2024
ti-chi-bot bot pushed a commit that referenced this issue Apr 12, 2024
3AceShowHand pushed a commit to 3AceShowHand/tidb that referenced this issue Apr 16, 2024
@jebter jebter added the component/ddl This issue is related to DDL of TiDB. label Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-8.1 component/ddl This issue is related to DDL of TiDB. type/enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants