Get wrong result when select TIKV_REGION_STATUS with table_id #45531
Labels
affects-6.5
This bug affects the 6.5.x(LTS) versions.
affects-7.1
This bug affects the 7.1.x(LTS) versions.
severity/major
sig/sql-infra
SIG: SQL Infra
type/bug
The issue is confirmed as a bug.
Bug Report
Get wrong result when select TIKV_REGION_STATUS with table_id,it may limited by https://github.com/tikv/pd/blob/v6.5.1/server/api/region.go#L351
1. Minimal reproduce step (Required)
Launch
tiup playground 6.5.1
Run mysql cli:
mysql --comments --host 127.0.0.1 --port 4000 -u root
Create simple table:
2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
master
The text was updated successfully, but these errors were encountered: