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

tidb_service_scope won't take effect after 90s #49245

Closed
ywqzzy opened this issue Dec 7, 2023 · 0 comments · Fixed by #49246
Closed

tidb_service_scope won't take effect after 90s #49245

ywqzzy opened this issue Dec 7, 2023 · 0 comments · Fixed by #49246
Labels
affects-7.5 component/ddl This issue is related to DDL of TiDB. severity/critical type/bug This issue is a bug.

Comments

@ywqzzy
Copy link
Contributor

ywqzzy commented Dec 7, 2023

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

Deploy tidb with default config.

set global tidb_service_scope=background;
select * from mysql.dist_framework_meta;
# after 2minutes
select * from mysql.dist_framework_meta;

2. What did you expect to see? (Required)

tidb with background scope after 2 min.

3. What did you see instead (Required)

tidb with scope "" after 2 min.

4. What is your TiDB version? (Required)

v7.5

@ywqzzy ywqzzy added the type/bug This issue is a bug. label Dec 7, 2023
@ywqzzy ywqzzy changed the title tidb_service_scope won't take effect after 90s. tidb_service_scope won't take effect after 90s Dec 7, 2023
@jebter jebter added the component/ddl This issue is related to DDL of TiDB. label Dec 7, 2023
ti-chi-bot bot pushed a commit that referenced this issue Dec 12, 2023
@ywqzzy ywqzzy mentioned this issue Feb 22, 2024
18 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-7.5 component/ddl This issue is related to DDL of TiDB. severity/critical type/bug This issue is a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants