codelipenghui opened a new issue #2395:
URL: https://github.com/apache/bookkeeper/issues/2395


   **FEATURE REQUEST**
   
   When bookies doing entry log compaction, the bookie will scan the entry log 
and rewrite the data that not yet deleted to the new entry log. It's better to 
add a limiter for the scanner to limit the read entry rate and read bytes rate 
of the old entry log.
   Currently, the `compactionRateByBytes` and the `compactionRateByEntries` are 
limit the entry readding not limit the entry reading. So it's better to split 
the configurations into two part: `compactionReadRateByBytes` and 
`compactionReaddRateByBytes`. So that we can control both the entry read rate 
and entry readd rate.
   
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to