keith-turner edited a comment on issue #2386:
URL: https://github.com/apache/accumulo/issues/2386#issuecomment-993750265


   > I have a long running compaction that I want to cancel but I don't want to 
cancel all compactions on a table.
   
   Cancel in the context of the compact command currently has the meaning that 
it interrupts user compactions and prevents new ones from starting.   May not 
want to overload this.  Could possibly do something like `compact --restart 
<table>[<optional start row>:<optional end row>]` which would restart any 
compactions on a table for tablets that fall within a given range.  


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