We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab9c420 commit 9ffe92bCopy full SHA for 9ffe92b
core/src/main/java/org/apache/accumulo/core/client/ClientSideIteratorScanner.java
@@ -177,7 +177,7 @@ public ClientSideIteratorScanner(final Scanner scanner) {
177
this.range = scanner.getRange();
178
this.size = scanner.getBatchSize();
179
this.retryTimeout = scanner.getTimeout(MILLISECONDS);
180
- this.batchTimeout = scanner.getTimeout(MILLISECONDS);
+ this.batchTimeout = scanner.getBatchTimeout(MILLISECONDS);
181
this.readaheadThreshold = scanner.getReadaheadThreshold();
182
SamplerConfiguration samplerConfig = scanner.getSamplerConfiguration();
183
if (samplerConfig != null) {
0 commit comments