This is an automated email from the ASF dual-hosted git repository.

adoroszlai 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 30e4aa44d8 HDDS-12748. Remove unused config 
ozone.manager.db.checkpoint.transfer.bandwidthPerSec (#8213)
30e4aa44d8 is described below

commit 30e4aa44d862b0cfc607360bb7f9df1e013955ed
Author: kiruthiga1793 <[email protected]>
AuthorDate: Wed Apr 2 07:47:19 2025 -0400

    HDDS-12748. Remove unused config 
ozone.manager.db.checkpoint.transfer.bandwidthPerSec (#8213)
---
 hadoop-hdds/common/src/main/resources/ozone-default.xml        | 10 ----------
 .../src/main/java/org/apache/hadoop/ozone/om/OMConfigKeys.java |  5 -----
 2 files changed, 15 deletions(-)

diff --git a/hadoop-hdds/common/src/main/resources/ozone-default.xml 
b/hadoop-hdds/common/src/main/resources/ozone-default.xml
index 7deebfb787..e2a7b29355 100644
--- a/hadoop-hdds/common/src/main/resources/ozone-default.xml
+++ b/hadoop-hdds/common/src/main/resources/ozone-default.xml
@@ -2724,16 +2724,6 @@
     </description>
   </property>
 
-  <property>
-    <name>ozone.manager.db.checkpoint.transfer.bandwidthPerSec</name>
-    <value>0</value>
-    <tag>OZONE</tag>
-    <description>
-      Maximum bandwidth used for Ozone Manager DB checkpoint download through
-      the servlet.
-    </description>
-  </property>
-
   <property>
     <name>ozone.freon.http-address</name>
     <value>0.0.0.0:9884</value>
diff --git 
a/hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/OMConfigKeys.java
 
b/hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/OMConfigKeys.java
index 77f3f17244..2138db275a 100644
--- 
a/hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/OMConfigKeys.java
+++ 
b/hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/OMConfigKeys.java
@@ -318,11 +318,6 @@ private OMConfigKeys() {
   public static final long    DELEGATION_TOKEN_MAX_LIFETIME_DEFAULT =
       7 * 24 * 60 * 60 * 1000; // 7 days
 
-  public static final String OZONE_DB_CHECKPOINT_TRANSFER_RATE_KEY =
-      "ozone.manager.db.checkpoint.transfer.bandwidthPerSec";
-  public static final long OZONE_DB_CHECKPOINT_TRANSFER_RATE_DEFAULT =
-      0;  //no throttling
-
   // Comma separated acls (users, groups) allowing clients accessing
   // OM client protocol
   // when hadoop.security.authorization is true, this needs to be set in


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to