sryanyuan opened a new pull request, #2589: URL: https://github.com/apache/kvrocks/pull/2589
Some rocksdb properties, such as `num_snapshots/num_running_flushes/num_running_compactions`, are read directly from DB stats. However, using `GetAggregatedIntProperty` can cause the property values to be counted multiple times, resulting in a final value that is the original value multiplied by the number of column families. This can be misleading when troubleshooting performance issues, especially when compared to the rocksdb configuration field 'max_background_jobs'. -- 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]
