dlmarion commented on issue #2030:
URL: https://github.com/apache/accumulo/issues/2030#issuecomment-852190551


   So, that didn't work. Looking at the Manager logs I see a constant stream of:
   ```
   2021-06-01T14:35:54,613 [tableOps.Utils] INFO : namespace +default 
(55e4a47017a35a48) locked for read operation: DELETE
   ```
   I noticed that this is the success case when the getLock method is 
successful. I added some logging to the `else` case, when the lock is not 
successful and the method returns `100`. It appears that the DELETE fate 
operation cannot get the table lock. The delete call in your test is waiting 
until the compaction is complete before executing.


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