pingcap/tidb
在 GitHub 查看Mismatch unit of configuration item when set and then get config via SQL
Open
#51,740 创建于 2024年3月13日
affects-8.1good first issueseverity/moderatesig/sql-infratype/bug
仓库指标
- Star
- (40,090 star)
- PR 合并指标
- (平均合并 14天 4小时) (30 天内合并 346 个 PR)
描述
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
set config tikv `raftstore.raft-entry-max-size`='24MB';
show config where type='tikv' and name ='raftstore.raft-entry-max-size';
2. What did you expect to see? (Required)
The output value should be consistent with the input '24MB';
3. What did you see instead (Required)
'24MiB'. In other words, MiB vs MB.
4. What is your TiDB version? (Required)
v7.5.1