This is an automated email from the ASF dual-hosted git repository. agupta pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push: new 11286d9d06d HDDS-13468. Update default value of ozone.scm.ha.dbtransactionbuffer.flush.interval. (#8834) 11286d9d06d is described below commit 11286d9d06d5efb3ab19140416ba9608f563228a Author: Ashish Kumar <117710273+ashishkuma...@users.noreply.github.com> AuthorDate: Mon Jul 21 12:47:35 2025 +0530 HDDS-13468. Update default value of ozone.scm.ha.dbtransactionbuffer.flush.interval. (#8834) --- .../common/src/main/java/org/apache/hadoop/hdds/scm/ScmConfigKeys.java | 2 +- hadoop-hdds/common/src/main/resources/ozone-default.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/ScmConfigKeys.java b/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/ScmConfigKeys.java index 30e2f5e73d4..d0984b61e04 100644 --- a/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/ScmConfigKeys.java +++ b/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/ScmConfigKeys.java @@ -622,7 +622,7 @@ public final class ScmConfigKeys { public static final String OZONE_SCM_HA_DBTRANSACTIONBUFFER_FLUSH_INTERVAL = "ozone.scm.ha.dbtransactionbuffer.flush.interval"; public static final long - OZONE_SCM_HA_DBTRANSACTIONBUFFER_FLUSH_INTERVAL_DEFAULT = 600 * 1000L; + OZONE_SCM_HA_DBTRANSACTIONBUFFER_FLUSH_INTERVAL_DEFAULT = 60 * 1000L; public static final String NET_TOPOLOGY_NODE_SWITCH_MAPPING_IMPL_KEY = "net.topology.node.switch.mapping.impl"; diff --git a/hadoop-hdds/common/src/main/resources/ozone-default.xml b/hadoop-hdds/common/src/main/resources/ozone-default.xml index 816d20296d8..4f5e09f9d7e 100644 --- a/hadoop-hdds/common/src/main/resources/ozone-default.xml +++ b/hadoop-hdds/common/src/main/resources/ozone-default.xml @@ -4006,7 +4006,7 @@ </property> <property> <name>ozone.scm.ha.dbtransactionbuffer.flush.interval</name> - <value>600s</value> + <value>60s</value> <tag>SCM, OZONE</tag> <description>Wait duration for flush of buffered transaction.</description> </property> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@ozone.apache.org For additional commands, e-mail: commits-h...@ozone.apache.org