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 2021/03/18 07:15:37 UTC

[GitHub] [bookkeeper] codelipenghui commented on a change in pull request #2646: Auto-throttle read operations

codelipenghui commented on a change in pull request #2646:
URL: https://github.com/apache/bookkeeper/pull/2646#discussion_r596602460



##########
File path: conf/bk_server.conf
##########
@@ -137,6 +137,11 @@ extraServerComponents=
 # avoid the executor queue to grow indefinitely
 # maxPendingAddRequestsPerThread=10000
 
+# Use auto-throttling of the read-worker threads. This is done
+# to ensure the bookie is not using unlimited amount of memory
+# to respond to read-requests.
+# readWorkerThreadsThrottle=true

Review comment:
       ```suggestion
   # readWorkerThreadsThrottleEnabled=true
   ```




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

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