查看tidb每个 region有几个副本

例如副本数不为 3 的所有 Region:

region --jq=".regions[] | {id: .id, peer_stores: [.peers[].store_id] | select(length != 3)}"
1 个赞