Skip to content

tidb_service_scope won't take effect after 90s #49245

@ywqzzy

Description

@ywqzzy

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

No one assigned

    Labels

    affects-7.5This bug affects the 7.5.x(LTS) versions.component/ddlThis issue is related to DDL of TiDB.severity/criticaltype/bugThe issue is confirmed as a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions