You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/11/10 04:02:39 UTC

[GitHub] [pulsar] merlimat commented on pull request #12666: [Config] Add readWorkerThreadsThrottlingEnabled to conf/bookkeeper.conf

merlimat commented on pull request #12666:
URL: https://github.com/apache/pulsar/pull/12666#issuecomment-964765135


   > This is the line for whom is interested in checking out the source code in BK
   
   The `await()` is safe since we're (in practice) always doing the read operations from a BK pool of threads dedicated to read, and not from Netty IO threads.
   
   The purpose is indeed to apply back-pressure and avoid unlimited memory usage in the Bookie.


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

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org