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 2021/06/21 07:30:14 UTC

[GitHub] [ozone] bshashikant commented on a change in pull request #2344: HDDS-5269. Datandoe with low ratis log volume space should not be considered for new pipeline allocation.

bshashikant commented on a change in pull request #2344:
URL: https://github.com/apache/ozone/pull/2344#discussion_r655138306



##########
File path: hadoop-hdds/common/src/main/resources/ozone-default.xml
##########
@@ -2901,4 +2901,15 @@
       directory deleting service per time interval.
     </description>
   </property>
+
+  <property>
+    <name>ozone.scm.datanode.ratis.volume.free-space.min</name>
+    <value>0MB</value>

Review comment:
       We can change the default to 1GB but let's add a samller default for unit tests and acceptance tests as we did for container size(Set to 1GB for acceptance tests) so that we don't see any surprises later.

##########
File path: hadoop-hdds/common/src/main/resources/ozone-default.xml
##########
@@ -2901,4 +2901,15 @@
       directory deleting service per time interval.
     </description>
   </property>
+
+  <property>
+    <name>ozone.scm.datanode.ratis.volume.free-space.min</name>
+    <value>0MB</value>

Review comment:
       We can change the default to 1GB but let's add a smaller default for unit tests and acceptance tests as we did for container size(Set to 1GB for acceptance tests) so that we don't see any surprises later.




-- 
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:
users@infra.apache.org



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