tomscut commented on a change in pull request #3806:
URL: https://github.com/apache/hadoop/pull/3806#discussion_r771863333
##########
File path: hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
##########
@@ -2982,6 +2982,16 @@
</description>
</property>
+<property>
+ <name>dfs.datanode.fsdatasetasyncdisk.max.threads.per.volume</name>
+ <value>4</value>
+ <description>
+ The maximum number of threads per volume used to delete blocks on
Review comment:
I think it could be changed to this: `delete blocks` -> `process async
disk operations`.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]