Regions won't be replicated under some conditions
Open
component/checker
- Dominant language
- Go
- Stars
- 1.2k
- Forks
- 783
- Avg merge
- 5d 21h
- Merged PRs (30d)
- 36
Description
Three TiKVs run on the same machine, and share the same HDD. When the HDD is almost fall, PD stop replicating regions, even if there is only one replica of those regions. It seems that `storageThresholdFilter` filters all stores if they are all almost full. I think we should guarantee enough replicas first then take case about storage threshold.
Cc @siddontang @disksing @nolouch
Contributor guide
Assessment
This issue has not been assessed yet.