milleruntime commented on a change in pull request #2347:
URL: https://github.com/apache/accumulo/pull/2347#discussion_r745625171



##########
File path: 
core/src/main/java/org/apache/accumulo/core/iterators/IterationInterruptedException.java
##########
@@ -18,6 +18,9 @@
  */
 package org.apache.accumulo.core.iterators;
 
+/**
+ * Exception thrown if an interrupt flag is detected.
+ */
 public class IterationInterruptedException extends RuntimeException {

Review comment:
       Good catch. I moved it to iteratorsImpl in 892a867. Thankfully, nothing 
outside of the tserver code and Rfile use it.




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