keith-turner opened a new issue #2030:
URL: https://github.com/apache/accumulo/issues/2030


   **Is your feature request related to a problem? Please describe.**
   User compactions start a FATE op that gets a table lock.  Delete table 
operations wait to get the table lock.  They may wait on a user compaction.  If 
they do, it would be nice if they didn't.
   
   **Describe the solution you'd like**
   There is already an existing cancel user compaction API call.  It may be 
that a delete table operation could call this (client side) prior to initiating 
a delete table FATE op. 
   
   **Describe alternatives you've considered**
   A more general alternative may be to add canceling FATE ops as a high level 
FATE operation that could be called before delete table to cancel any FATE op 
running against that table (like merge).
   


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to