dlmarion commented on code in PR #5341: URL: https://github.com/apache/accumulo/pull/5341#discussion_r2010762520
########## 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: Are the bulk v2 properties marked as experimental in 2.1? -- 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: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org