kevinrr888 commented on code in PR #6040:
URL: https://github.com/apache/accumulo/pull/6040#discussion_r2687630797
##########
core/src/main/java/org/apache/accumulo/core/clientImpl/ClientContext.java:
##########
@@ -812,6 +817,33 @@ public Scanner createScanner(String tableName)
return createScanner(tableName, auths);
}
+ private Consumer<IteratorSetting> getScanIteratorValidator(Callable<String>
tableNameGetter) {
+ return (givenIter) -> {
+ try {
+ tableOperations().checkIteratorConflicts(tableNameGetter.call(),
givenIter,
Review Comment:
Moved check from client side to server side in
cb2eccb02a46330efdc73a027c6806f22c58e781
--
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]