Open
Description
Bug Report
Please answer these questions before submitting your issue. Thanks!
- What did you do?
I'm using tiup playground on a machine with 466Gi total space and 34Gi available space. I created the cluster with 3 kv nodes:
tiup playground nightly --kv=3 --tiflash=0
- What did you expect to see?
With 3 kv nodes, and max-replicas = 3
, I expected that any tables I create would have 3 replicas.
- What did you see instead?
Because PD detects low space on the tikv nodes, it only creates 1 out of the 3 expected replicas (see tikv/pd#3444).
I think tiup should possibly set the pd option schedule.low-space-ratio = 0.99
or similar so that we have a better chance of the cluster operating in an environment with low available space.
- What version of TiUP are you using (
tiup --version
)?
v1.3.2 tiup
Go Version: go1.13
Git Branch: release-1.3
GitHash: 2d88460