Ryan4253 opened a new issue, #3033: URL: https://github.com/apache/kvrocks/issues/3033
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues. ### Version OS Version: Debian 11 Kvrocks version: unstable (https://github.com/apache/kvrocks/commit/6a1e23befe035a022f1a4cf11b019121aa68fb1f) ### Minimal reproduce step Set ```rocksdb.level0_slowdown_writes_trigger``` to -1 ### What did you expect to see? According to kvrocks.conf, ``` # Soft limit on number of level-0 files. We start slowing down writes at this # point. A value <0 means that no writing slow down will be triggered by # number of files in level-0. # # Default: 20 ``` The code should run with slowdown disabled ### What did you see instead? ``` Failed to load config. Error: at line #L822: failed to set value of field 'rocksdb.level0_slowdown_writes_trigger': out of numeric range ``` ### Anything Else? _No response_ ### Are you willing to submit a PR? - [x] I'm willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
