sumitagrawl commented on code in PR #3853:
URL: https://github.com/apache/ozone/pull/3853#discussion_r1006707356


##########
hadoop-hdds/common/src/main/resources/ozone-default.xml:
##########
@@ -3358,5 +3358,25 @@
     </description>
   </property>
 
+  <property>
+    <name>ozone.client.fs.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 output. Kindly set
+      this config value responsibly to avoid high resource usage. Maximum 
value restricted is 5000 for
+      optimum performance.
+    </description>
+  </property>
 
+  <property>
+    <name>ozone.server.fs.listing.page.size</name>
+    <value>1024</value>
+    <tag>OZONE, OM</tag>
+    <description>
+      Default listing page size value used for listing items on fs related 
sub-commands output. Kindly set
+      this config value responsibly to avoid high resource usage. Maximum 
value restricted is 5000 for
+      optimum performance.
+    </description>
+  </property>

Review Comment:
   Either server and client configuratoin need to be same, OR .max is creating 
confusion with 5000 as upper limit of property, unable to distinguish the 
difference from code perspective.



-- 
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]

Reply via email to