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

ASF GitHub Bot commented on BOOKKEEPER-886:
-------------------------------------------

GitHub user merlimat opened a pull request:

    https://github.com/apache/bookkeeper/pull/7

    BOOKKEEPER-886: Allow to disable ledgers operation throttling

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/merlimat/bookkeeper bk-886-disable-throttling

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/bookkeeper/pull/7.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #7
    
----
commit fd7761f951db02ead378b00b2951c2c549b5a911
Author: Matteo Merli <[email protected]>
Date:   2015-02-04T23:18:20Z

    BOOKKEEPER-886: Allow to disable ledgers operation throttling

----


> 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