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 2022/04/02 05:28:55 UTC

[GitHub] [pulsar] merlimat commented on a change in pull request #15000: [improve][broker]Expose Netty threads num config to bookkeeper.conf

merlimat commented on a change in pull request #15000:
URL: https://github.com/apache/pulsar/pull/15000#discussion_r841011236



##########
File path: conf/bookkeeper.conf
##########
@@ -158,6 +158,10 @@ numReadWorkerThreads=8
 # (i.e. recovery reads and adds, and fencing).
 numHighPriorityWorkerThreads=8
 
+# This is the number of threads used by Netty to handle TCP connections.
+# Default is 2 *  Runtime.getRuntime().availableProcessors()
+# serverNumIOThreads=

Review comment:
       We should leave uncommented, so it will be easier to override in K8S with just env variables.




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