sumitagrawl commented on code in PR #4683:
URL: https://github.com/apache/ozone/pull/4683#discussion_r1195948340
##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/ScmConfigKeys.java:
##########
@@ -562,7 +562,7 @@ public final class ScmConfigKeys {
1000L;
public static final String OZONE_SCM_HA_RATIS_SNAPSHOT_GAP
- = "raft.server.snapshot.creation.gap";
+ = "ozone.scm.ha.ratis.server.snapshot.creation.gap";
Review Comment:
@Xushaohong Thanks for review,
"raft.server.snapshot.creation.gap" -- This is configuration provided by
ratis to trigger / take snapshot.
"ozone.scm.ha.ratis.server.snapshot.creation.gap" -- This configuration is
provided at ozone mapping to ratis, which can be updated. And is applicable for
both manual snapshot and raits automatic snapshot.
So adding manual is not required.
--
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]