ddanielr commented on code in PR #5341:
URL: https://github.com/apache/accumulo/pull/5341#discussion_r2010729174
##########
core/src/main/java/org/apache/accumulo/core/conf/Property.java:
##########
@@ -1220,6 +1220,18 @@ public enum Property {
"The maximum number of tablets allowed for one bulk import file. Value
of 0 is Unlimited. "
+ "This property is only enforced in the new bulk import API.",
"2.1.0"),
+ TABLE_BULK_SKIP_THRESHOLD("table.bulk.metadata.skip.distance", "0",
PropertyType.COUNT,
Review Comment:
```suggestion
@Experimental
TABLE_BULK_SKIP_THRESHOLD("table.bulk.metadata.skip.distance", "0",
PropertyType.COUNT,
```
We could add the experimental tag to this property, but bulk v2 is new
enough that I don't know if this needs to be explicitly marked.
--
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]