runzhiwang commented on a change in pull request #1185: URL: https://github.com/apache/hadoop-ozone/pull/1185#discussion_r454900546
########## File path: hadoop-hdds/common/src/main/resources/ozone-default.xml ########## @@ -268,6 +268,13 @@ datanode periodically send node report to SCM. Unit could be defined with postfix (ns,ms,s,m,h,d)</description> </property> + <property> + <name>hdds.statemachine.endpoint.task.thread.count</name> + <value>2</value> + <tag>OZONE, DATANODE, MANAGEMENT</tag> + <description>Maximum number of threads in the thread pool that Datanode + will use for GETVERSION, REGISTER, HEARTBEAT to SCMs.</description> + </property> Review comment: I remove this config, and get thread pool size by add number of scm and recon. ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: ozone-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: ozone-issues-h...@hadoop.apache.org