You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2018/04/27 09:02:19 UTC

[GitHub] ArvinDevel opened a new issue #1367: Size-based throttling in Bookie side

ArvinDevel opened a new issue #1367: Size-based throttling in Bookie side
URL: https://github.com/apache/bookkeeper/issues/1367
 
 
   feature request
   
   
   
   **FEATURE REQUEST**
   
   1. Please describe the feature you are requesting.
   Size based throttling in Bookie side
   
   2. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?
   nice-to-have
   
   3. Provide any additional detail on your proposed use case for this feature.
   Current bookie use `maxPendingAddRequestsPerThread` to limit server request processor‘s writing capacity, which can't deal different request size gracefully, and we can't setting it according to server resource accurately. In my test case, I have to change this setting to avoid the `TooManyRequestsException`.
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services