hanishakoneru commented on a change in pull request #948: HDDS-1649. On
installSnapshot notification from OM leader, download checkpoint and reload OM
state
URL: https://github.com/apache/hadoop/pull/948#discussion_r305028836
##########
File path: hadoop-hdds/common/src/main/resources/ozone-default.xml
##########
@@ -1630,6 +1630,14 @@
<description>Byte limit for Raft's Log Worker queue.
</description>
</property>
+ <property>
+ <name>ozone.om.ratis.log.purge.gap</name>
+ <value>1024</value>
+ <tag>OZONE, OM, RATIS</tag>
+ <description>The minimum gap between log indices for Raft server to purge
Review comment:
No, when a snapshot is being taken, if the gap between log purges is more
than 1024, then it will purge the logs. Snapshot frequency is not dependent on
this.
----------------------------------------------------------------
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]