GitHub user git-hulk added a comment to the discussion: Memory leak and confusing logs
@yatriks Thanks for your awesome investigation. > Do the Parse total_keys error matter/should I be concerned? No, it won't affect the function. The `total_keys` is only a metric to determine if an SST should be compacted. Missing the field will use the creation time to indicate the compaction timing. > Just in case, I wanted to see if the change to MALLOC_CONF=retain:false would > get the docker stats and kvrocks reported memory to agree. Want to know if this test is running with changing the `rocksdb.max_compaction_bytes`? GitHub link: https://github.com/apache/kvrocks/discussions/2984#discussioncomment-13241818 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
