You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bookkeeper.apache.org by "zhaijia (JIRA)" <ji...@apache.org> on 2014/12/13 08:41:13 UTC

[jira] [Updated] (BOOKKEEPER-827) change throttle in GarbageCollector from "by entry" to "by byte"

     [ https://issues.apache.org/jira/browse/BOOKKEEPER-827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

zhaijia updated BOOKKEEPER-827:
-------------------------------
    Description: 
Current bookie compaction in GarbageCollector has two settings: 'compactionMaxOutstandingRequests' and 'compactionRate'. They are throttling and limiting the compaction by entries. 
But from a bandwidth perspective, it would be good that we could throttle and limit compaction by bytes, which would really reflect the bandwidth of disk. 

  was:
Current bookie compaction in GarbageCollector has two settings: 'compactionMaxOutstandingRequests' and 'compactionRate'. They are throttling and limiting the compaction by entries. 
But from a bandwidth perspective, it would be good that we could throttle and limit compaction by bytes (which would really reflect the bandwidth of disk). 


> change throttle in GarbageCollector from "by entry" to "by byte"
> ----------------------------------------------------------------
>
>                 Key: BOOKKEEPER-827
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-827
>             Project: Bookkeeper
>          Issue Type: Improvement
>          Components: bookkeeper-server
>            Reporter: zhaijia
>            Assignee: zhaijia
>
> Current bookie compaction in GarbageCollector has two settings: 'compactionMaxOutstandingRequests' and 'compactionRate'. They are throttling and limiting the compaction by entries. 
> But from a bandwidth perspective, it would be good that we could throttle and limit compaction by bytes, which would really reflect the bandwidth of disk. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)