kevinrr888 commented on code in PR #6025:
URL: https://github.com/apache/accumulo/pull/6025#discussion_r2641207834
##########
core/src/main/java/org/apache/accumulo/core/client/ClientSideIteratorScanner.java:
##########
@@ -177,7 +177,7 @@ public ClientSideIteratorScanner(final Scanner scanner) {
this.range = scanner.getRange();
this.size = scanner.getBatchSize();
this.retryTimeout = scanner.getTimeout(MILLISECONDS);
- this.batchTimeout = scanner.getTimeout(MILLISECONDS);
+ this.batchTimeout = scanner.getBatchTimeout(MILLISECONDS);
Review Comment:
yeah, fair point.
I'll remove the change from here and open a new pr
--
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]