Skip to content

tidb config doesn't take effects when there are invalid config #51399

@guo-shaoge

Description

@guo-shaoge

Bug Report

Please answer these questions before submitting your issue. Thanks!

1. Minimal reproduce step (Required)

  1. write config like
  global:
    user: "guojiangtao"
    ssh_port: 22
    deploy_dir: "/home/guojiangtao/work/tiup_cluster/s3/data/deploy"
    data_dir: "/home/guojiangtao/work/tiup_cluster/s3/data/data"
    arch: "amd64"

  server_configs:
    tidb:
      mem-quota-query: 1073741824
      log.file.max-backups: 10
      log.file.max-days: 5
      log.slow-threshold: 1000
      disaggregated-tiflash: true
      new_collations_enabled_on_first_bootstrap: false
      oom-action: log
      performance.enforce-mpp: 1
      performance.txn-total-size-limit: 107374182
...
  1. tiup cluster setup new cluster
  2. check disaggregated-tiflash config: show config where name like '%disagg%'

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

tidb config is correct

3. What did you see instead (Required)

disaggregated-tiflash config is wrong
ed8e4b65-0641-421e-b169-d883cd75ccd2

4. What is your TiDB version? (Required)

v7.5.0

Metadata

Metadata

Assignees

Labels

affects-6.1This bug affects the 6.1.x(LTS) versions.affects-6.5This bug affects the 6.5.x(LTS) versions.affects-7.1This bug affects the 7.1.x(LTS) versions.affects-7.5This bug affects the 7.5.x(LTS) versions.severity/majorsig/sql-infraSIG: SQL Infratype/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