wuzhanpeng opened a new pull request #2886: URL: https://github.com/apache/bookkeeper/pull/2886
Descriptions of the changes in this PR: ### Motivation In our practice, when the throughput becomes larger, the trigger frequency of compaction will also increase, so that the scanning of entry log will also become frequent. It is well known that frequent read operations in HDD are a common cause of disk performance degradation, but we currently have no relevant monitoring information on this. Therefore, this pr provides a convenient way to provide additional monitoring of log scanning. ### Changes Add two counters for log scanning monitoring. -- 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]
