dlmarion commented on code in PR #6025:
URL: https://github.com/apache/accumulo/pull/6025#discussion_r2641146517
##########
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:
This seems unrelated to the goal of this PR. Not saying it doesn't need to
be fixed, but I think it should be its own 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]