[ 
https://issues.apache.org/jira/browse/BOOKKEEPER-886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15138893#comment-15138893
 ] 

Hudson commented on BOOKKEEPER-886:
-----------------------------------

FAILURE: Integrated in bookkeeper-master #1281 (See 
[https://builds.apache.org/job/bookkeeper-master/1281/])
BOOKKEEPER-886: Allow to disable ledgers operation throttling (sijie: rev 
d96a2db912278e3d88ed59d8d3e15b62bc37ffd4)
* 
bookkeeper-server/src/main/java/org/apache/bookkeeper/client/PendingReadOp.java
* 
bookkeeper-server/src/main/java/org/apache/bookkeeper/conf/ClientConfiguration.java
* bookkeeper-server/src/main/java/org/apache/bookkeeper/client/LedgerHandle.java


> Allow to disable ledgers operation throttling
> ---------------------------------------------
>
>                 Key: BOOKKEEPER-886
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-886
>             Project: Bookkeeper
>          Issue Type: Improvement
>            Reporter: Matteo Merli
>            Assignee: Matteo Merli
>            Priority: Minor
>             Fix For: 4.4.0
>
>
> In the bookie client there is a throttling mechanism that is rate-limiting 
> the number of writes/s done on a particular ledger. The default value is 5000 
> entries/s written on a ledger.
> Trying to write faster will block the calling thread, which may not be 
> desirable in an asynchronous server.
> We should be able to disable the throttling, if the application wants to 
> control the rate with different mechanisms.



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

Reply via email to