keith-turner commented on issue #5393:
URL: https://github.com/apache/accumulo/issues/5393#issuecomment-2711940247

   Looked to see if we had any test for this and did not find any, so opened 
#5395.   The basic functionality does seem to work.
   
   Looking through the code, I only saw the check to cancel a compaction done 
after the iterator used to read input files returned a key/value.  If that 
iterator is filtering and never returns anything, then that is one possible 
thing that could hold it up.  Maybe the compaction thread also needs to be 
interrupted, we made some changes like that for the scan threads where they set 
an atomic boolean to cancel and try to interrupt the thread.


-- 
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: notifications-unsubscr...@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to