jojochuang commented on a change in pull request #1884: HDFS-15202 Boost short circuit cache URL: https://github.com/apache/hadoop/pull/1884#discussion_r399083749
########## File path: hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml ########## @@ -4137,6 +4137,14 @@ </description> </property> +<property> + <name>dfs.short.circuit.num</name> + <value>1</value> + <description> + Number of short-circuit caches. Review comment: Please update with the allowed range here. ( 1 <= num <= 5) ---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
