EdColeman commented on code in PR #3172:
URL: https://github.com/apache/accumulo/pull/3172#discussion_r1086737146


##########
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:
   I intend to tackle this next.  The renaming here should help make sure the 
next changes are correct and easier to review.



-- 
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]

Reply via email to