Ryan4253 opened a new issue, #3031:
URL: https://github.com/apache/kvrocks/issues/3031

   ### 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 (6a1e23befe035a022f1a4cf11b019121aa68fb1f)
   
   ### Minimal reproduce step
   
   Set rocksdb.max_bytes_for_level_base to above 
   
   ### What did you expect to see?
   
   rocksdb.max_bytes_for_level_base is set with no problem
   
   ### What did you see instead?
   
   Failed to load config. Error: at line #L910: failed to set value of field 
'rocksdb.max_bytes_for_level_base': out of range of integer type
   
   ### Anything Else?
   
   Within both RocksDB::Options and Kvrocks::Config, max_bytes_for_level_base 
is stored as a uint64_t, so this should be supported but arg parsing expects an 
int32_t
   
   ### 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]

Reply via email to