Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allocator: decrease default io overload threshold
Previously, the default IO overload threshold for when stores are considered overloaded was 0.8. It is most often the case that IO overload will flap between (0.4,1.x). It is desirable to not rebalance or allocate to these stores if there are non-overloaded options. This commit lowers the threshold to 0.5. Part of: cockroachdb#96508 Release note: None
- Loading branch information