You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2022/10/07 04:32:18 UTC

[GitHub] [ozone] devmadhuu commented on a diff in pull request #3803: HDDS-7290. provide a config to increase the list batch size in OzoneFileSystem

devmadhuu commented on code in PR #3803:
URL: https://github.com/apache/ozone/pull/3803#discussion_r989672198


##########
hadoop-hdds/common/src/main/resources/ozone-default.xml:
##########
@@ -3358,5 +3358,22 @@
     </description>
   </property>
 
+  <property>
+    <name>ozone.client.fs.default.listing.page.size</name>
+    <value>1024</value>
+    <tag>OZONE, CLIENT</tag>
+    <description>
+      Default listing page size value used for listing items on fs related sub-commands.
+    </description>
+  </property>
+
+  <property>
+    <name>ozone.client.fs.max.listing.page.size</name>

Review Comment:
   @nandakumar131 , pls suggest on this comment. I already had discussion with @adoroszlai on this comment.



-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org