dlmarion commented on code in PR #3172:
URL: https://github.com/apache/accumulo/pull/3172#discussion_r1086739983
##########
core/src/main/java/org/apache/accumulo/core/clientImpl/TabletServerBatchReader.java:
##########
@@ -116,6 +116,6 @@ public Iterator<Entry<Key,Value>> iterator() {
}
return new TabletServerBatchReaderIterator(context, tableId, tableName,
authorizations, ranges,
- numThreads, queryThreadPool, this, timeOut);
+ numThreads, queryThreadPool, this, retryTimeout);
Review Comment:
ok, when you say next, you are adding to this 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]