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


##########
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:
   No - my preference is to commit this and then move on to keep the changes 
isolated - it was tough to track chages when I tried to deprecate setTimeout 
and use setRetryTimeout with the conflict with batch override



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