Skip to content

Commit

Permalink
Remove Experimental tag from GC property (apache#4222)
Browse files Browse the repository at this point in the history
Since this property is enabled by default it should no longer be
considered `experimental` status.
  • Loading branch information
ddanielr authored Feb 2, 2024
1 parent e4f17de commit 354be4f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit 354be4f

Please sign in to comment.