dlmarion commented on code in PR #6146:
URL: https://github.com/apache/accumulo/pull/6146#discussion_r2842818389
##########
core/src/main/java/org/apache/accumulo/core/conf/Property.java:
##########
@@ -561,6 +561,13 @@ public enum Property {
"The amount of time a scan reference is unused before its deleted from
metadata table.",
"2.1.0"),
@Experimental
+ SSERV_SCAN_ALLOWED_TABLES("sserver.scan.allowed.tables.group.", null,
PropertyType.PREFIX,
+ "A regular expression that determines which tables are allowed to be
scanned for"
+ + " servers in the specified group. The property name should end
with the scan server"
Review Comment:
correct. There are probably other changes when merging in 4.0 as well.
--
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]