ddanielr commented on code in PR #4430:
URL: https://github.com/apache/accumulo/pull/4430#discussion_r1550034821


##########
core/src/main/java/org/apache/accumulo/core/conf/ClientProperty.java:
##########
@@ -91,6 +91,8 @@ public enum ClientProperty {
   // Scanner
   SCANNER_BATCH_SIZE("scanner.batch.size", "1000", PropertyType.COUNT,
       "Number of key/value pairs that will be fetched at time from tablet 
server", "2.0.0", false),
+  SCANNER_CONSISTENCY_SCAN_LEVEL("scanner.consistency.level.eventual", "", 
PropertyType.STRING,

Review Comment:
   Not sure if `SCANNER` should be the prefix for this or `SCAN_SERVER`. 



-- 
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

Reply via email to