ddanielr commented on code in PR #5998:
URL: https://github.com/apache/accumulo/pull/5998#discussion_r2627125899


##########
core/src/main/java/org/apache/accumulo/core/iteratorsImpl/system/MultiIterator.java:
##########
@@ -50,6 +51,7 @@ private MultiIterator(MultiIterator other, 
IteratorEnvironment env) {
     super(other.iters.size());
     this.iters = new ArrayList<>();
     this.fence = other.fence;
+    Collections.shuffle(other.iters);

Review Comment:
   I believe I handled the FileManager case in bb6102a



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