cshannon commented on code in PR #5353:
URL: https://github.com/apache/accumulo/pull/5353#discussion_r1968590073


##########
core/src/main/java/org/apache/accumulo/core/conf/Property.java:
##########
@@ -904,6 +911,8 @@ public enum Property {
   TABLE_ONDEMAND_UNLOADER("tserver.ondemand.tablet.unloader",
       "org.apache.accumulo.core.spi.ondemand.DefaultOnDemandTabletUnloader", 
PropertyType.CLASSNAME,
       "The class that will be used to determine which on-demand Tablets to 
unload.", "4.0.0"),
+  TABLE_MAX_MERGEABILITY_THRESHOLD("table.mergeability.threshold", ".25", 
PropertyType.FRACTION,
+      "A tablet is mergeable until it reaches this percentage of the split 
threshold.", "1.3.5"),

Review Comment:
   Copy and paste error, will fix that.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to