validate max_background_jobs will fail when cpu quota is less than 1 #13752
Labels
affects-5.4
This bug affects the 5.4.x(LTS) versions.
affects-6.0
affects-6.1
This bug affects the 6.1.x(LTS) versions.
affects-6.2
affects-6.3
affects-6.4
affects-6.5
This bug affects the 6.5.x(LTS) versions.
severity/minor
type/bug
The issue is confirmed as a bug.
Bug Report
What version of TiKV are you using?
master
What operating system and CPU are you using?
all
Steps to reproduce
when cpu quota is less than 1
What did you expect?
Not sure.
What did happened?
According to https://github.com/tikv/tikv/blob/master/src/config.rs#L1240, if cpu quota is less than 1, we may get a validation error.
Is this by design?
The text was updated successfully, but these errors were encountered: