momo-jun commented on code in PR #15000: URL: https://github.com/apache/pulsar/pull/15000#discussion_r867728312
########## 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: The parameter name (`serverNumIOThreads`) is different from that of broker (`numIOThreads`). Does it make sense to keep it aligned? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
