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

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


The following commit(s) were added to refs/heads/main by this push:
     new 354be4fbaa Remove Experimental tag from GC property (#4222)
354be4fbaa is described below

commit 354be4fbaaa23df7a0377a35135dcd04eee18d4f
Author: Daniel Roberts <ddani...@gmail.com>
AuthorDate: Fri Feb 2 15:39:32 2024 -0500

    Remove Experimental tag from GC property (#4222)
    
    Since this property is enabled by default it should no longer be
    considered `experimental` status.
---
 core/src/main/java/org/apache/accumulo/core/conf/Property.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/core/src/main/java/org/apache/accumulo/core/conf/Property.java 
b/core/src/main/java/org/apache/accumulo/core/conf/Property.java
index 90253af31c..56f856410d 100644
--- a/core/src/main/java/org/apache/accumulo/core/conf/Property.java
+++ b/core/src/main/java/org/apache/accumulo/core/conf/Property.java
@@ -792,7 +792,6 @@ public enum Property {
       "The listening port for the garbage collector's monitor service.", 
"1.3.5"),
   GC_DELETE_THREADS("gc.threads.delete", "16", PropertyType.COUNT,
       "The number of threads used to delete RFiles and write-ahead logs.", 
"1.3.5"),
-  @Experimental
   GC_REMOVE_IN_USE_CANDIDATES("gc.remove.in.use.candidates", "true", 
PropertyType.BOOLEAN,
       "GC will remove deletion candidates that are in-use from the metadata 
location. "
           + "This is expected to increase the speed of subsequent GC runs.",

Reply via email to