hangc0276 commented on a change in pull request #7782:
URL: https://github.com/apache/pulsar/pull/7782#discussion_r467597454
##########
File path: conf/broker.conf
##########
@@ -61,6 +61,12 @@ numIOThreads=
# Number of threads to use for HTTP requests processing. Default is set to 2 *
Runtime.getRuntime().availableProcessors()
numHttpServerThreads=
+# Number of thread pool size to use for pulsar broker service.
+# The executor in thread pool will do basic broker operation like load/unload
bundle, update managedLedgerConfig,
+# update topic/subscription/replicator message dispatch rate, do leader
election etc.
+# Default is 20
+numExecutorThreadPoolSize=
Review comment:
ok, it's better to change it to
Runtime.getRuntime().availableProcessors(). it will update the pr.
----------------------------------------------------------------
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:
[email protected]