dlmarion commented on code in PR #2665:
URL: https://github.com/apache/accumulo/pull/2665#discussion_r939179808


##########
core/src/main/java/org/apache/accumulo/core/clientImpl/ScannerIterator.java:
##########
@@ -84,7 +85,8 @@ public class ScannerIterator implements 
Iterator<Entry<Key,Value>> {
         new ScanState(context, tableId, authorizations, new Range(range), 
options.fetchedColumns,
             size, options.serverSideIteratorList, 
options.serverSideIteratorOptions, isolated,
             readaheadThreshold, options.getSamplerConfiguration(), 
options.batchTimeOut,
-            options.classLoaderContext, options.executionHints);
+            options.classLoaderContext, options.executionHints,
+            (options.getConsistencyLevel().equals(ConsistencyLevel.EVENTUAL)) 
? true : false);

Review Comment:
   Addressed in 9ec7f5f



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