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

dlmarion pushed a commit to branch elasticity
in repository https://gitbox.apache.org/repos/asf/accumulo.git

commit 97f0c1bc77be44c32dd59234651564877f852722
Merge: 2d8bdf2b21 c14a97fe8c
Author: Dave Marion <dlmar...@apache.org>
AuthorDate: Tue Oct 24 14:25:20 2023 +0000

    Merge branch 'main' into elasticity

 core/src/main/java/org/apache/accumulo/core/conf/Property.java | 3 ---
 1 file changed, 3 deletions(-)

diff --cc core/src/main/java/org/apache/accumulo/core/conf/Property.java
index d1938b6281,903c5d7443..0b4df706b0
--- a/core/src/main/java/org/apache/accumulo/core/conf/Property.java
+++ b/core/src/main/java/org/apache/accumulo/core/conf/Property.java
@@@ -589,7 -573,12 +589,6 @@@ public enum Property 
    
TSERV_COMPACTION_SERVICE_ROOT_PLANNER("tserver.compaction.major.service.root.planner",
        DefaultCompactionPlanner.class.getName(), PropertyType.CLASSNAME,
        "Compaction planner for root tablet service", "2.1.0"),
-   // ELASTICITY_TODO: Deprecate TSERV_COMPACTION_SERVICE_ROOT_RATE_LIMIT in 
3.x
 -  @Deprecated(since = "3.1", forRemoval = true)
 -  
TSERV_COMPACTION_SERVICE_ROOT_RATE_LIMIT("tserver.compaction.major.service.root.rate.limit",
 "0B",
 -      PropertyType.BYTES,
 -      "Maximum number of bytes to read or write per second over all major"
 -          + " compactions in this compaction service, or 0B for unlimited.",
 -      "2.1.0"),
    TSERV_COMPACTION_SERVICE_ROOT_MAX_OPEN(
        "tserver.compaction.major.service.root.planner.opts.maxOpen", "30", 
PropertyType.COUNT,
        "The maximum number of files a compaction will open", "2.1.0"),
@@@ -602,7 -592,12 +601,6 @@@
    
TSERV_COMPACTION_SERVICE_META_PLANNER("tserver.compaction.major.service.meta.planner",
        DefaultCompactionPlanner.class.getName(), PropertyType.CLASSNAME,
        "Compaction planner for metadata table", "2.1.0"),
-   // ELASTICITY_TODO: Deprecate TSERV_COMPACTION_SERVICE_META_RATE_LIMIT in 
3.x
 -  @Deprecated(since = "3.1", forRemoval = true)
 -  
TSERV_COMPACTION_SERVICE_META_RATE_LIMIT("tserver.compaction.major.service.meta.rate.limit",
 "0B",
 -      PropertyType.BYTES,
 -      "Maximum number of bytes to read or write per second over all major"
 -          + " compactions in this compaction service, or 0B for unlimited.",
 -      "2.1.0"),
    TSERV_COMPACTION_SERVICE_META_MAX_OPEN(
        "tserver.compaction.major.service.meta.planner.opts.maxOpen", "30", 
PropertyType.COUNT,
        "The maximum number of files a compaction will open", "2.1.0"),
@@@ -615,7 -611,12 +613,6 @@@
    
TSERV_COMPACTION_SERVICE_DEFAULT_PLANNER("tserver.compaction.major.service.default.planner",
        DefaultCompactionPlanner.class.getName(), PropertyType.CLASSNAME,
        "Planner for default compaction service.", "2.1.0"),
-   // ELASTICITY_TODO: Deprecate TSERV_COMPACTION_SERVICE_DEFAULT_RATE_LIMIT 
in 3.x
 -  @Deprecated(since = "3.1", forRemoval = true)
 -  
TSERV_COMPACTION_SERVICE_DEFAULT_RATE_LIMIT("tserver.compaction.major.service.default.rate.limit",
 -      "0B", PropertyType.BYTES,
 -      "Maximum number of bytes to read or write per second over all major"
 -          + " compactions in this compaction service, or 0B for unlimited.",
 -      "2.1.0"),
    TSERV_COMPACTION_SERVICE_DEFAULT_MAX_OPEN(
        "tserver.compaction.major.service.default.planner.opts.maxOpen", "10", 
PropertyType.COUNT,
        "The maximum number of files a compaction will open", "2.1.0"),

Reply via email to