-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
affects-6.1This bug affects the 6.1.x(LTS) versions.This bug affects the 6.1.x(LTS) versions.affects-6.5This bug affects the 6.5.x(LTS) versions.This bug affects the 6.5.x(LTS) versions.affects-7.1This bug affects the 7.1.x(LTS) versions.This bug affects the 7.1.x(LTS) versions.affects-7.5This bug affects the 7.5.x(LTS) versions.This bug affects the 7.5.x(LTS) versions.severity/majorsig/sql-infraSIG: SQL InfraSIG: SQL Infratype/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)
- 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
...
- tiup cluster setup new cluster
- 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
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.This bug affects the 6.1.x(LTS) versions.affects-6.5This bug affects the 6.5.x(LTS) versions.This bug affects the 6.5.x(LTS) versions.affects-7.1This bug affects the 7.1.x(LTS) versions.This bug affects the 7.1.x(LTS) versions.affects-7.5This bug affects the 7.5.x(LTS) versions.This bug affects the 7.5.x(LTS) versions.severity/majorsig/sql-infraSIG: SQL InfraSIG: SQL Infratype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.