Description
There is an issue where orphan zookeeper transaction locks (as reported by the FATE print command) are being created if delete commands are issued for the same table concurrently.
The DELETE fate transaction does not keep track of the table id and when one of the delete operations succeeds, any others queued throw an exception because the table does not exist any more - this causes the existing zookeeper transaction locks to become orphaned and they required manual clean-up.
This may be related to ACCUMULO-4553.
Attachments
Issue Links
- is related to
-
ACCUMULO-4578 Cancel compaction FATE operation does not release namespace lock
- Resolved
- relates to
-
ACCUMULO-4553 DeleteTable repo not replayable
- Resolved
- links to