milleruntime opened a new issue #1773:
URL: https://github.com/apache/accumulo/issues/1773


   **Describe the bug**
   On a cluster with a lot of tables being created and deleted (and bulk 
imports occurring), it is possible for table delete operations to "get stuck" 
and not complete.  During periods with a high number of FATE transactions, 
there may be a race condition or something in the delete FATE operation that is 
not repeatable.  The work around is to change the Table state in ZK to online 
and then issue another delete command for the table.  The FATE framework should 
be able to handle this situation. This ticket is for someone to look closely at 
the Delete FATE operation, to see if something can be done to prevent deletes 
from getting stuck.
   
   **Versions (OS, Maven, Java, and others, as appropriate):**
    - Affected version(s) of this project: 1.10, 2.0


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