dlmarion commented on a change in pull request #2275:
URL: https://github.com/apache/accumulo/pull/2275#discussion_r711244505



##########
File path: 
core/src/main/java/org/apache/accumulo/core/iterators/SleepyIterator.java
##########
@@ -0,0 +1,80 @@
+/*

Review comment:
       I will look at moving this to a test package. For clarification, this 
iterator is only used in tests that are trying to make a compaction take long 
enough in MAC that the test thread can cancel or delete it. The iterator is not 
used in the main test thread, so I don't think it should make the test flaky. 
I'll have to look at SlowIterator to see how/where it's used and if 
SleepyIterator can be used in it's place or vice versa.




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