-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
affects-7.5This bug affects the 7.5.x(LTS) versions.This bug affects the 7.5.x(LTS) versions.component/ddlThis issue is related to DDL of TiDB.This issue is related to DDL of TiDB.severity/criticaltype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.
Description
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
Metadata
Metadata
Assignees
Labels
affects-7.5This bug affects the 7.5.x(LTS) versions.This bug affects the 7.5.x(LTS) versions.component/ddlThis issue is related to DDL of TiDB.This issue is related to DDL of TiDB.severity/criticaltype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.