Jiannan Wang created BOOKKEEPER-443:
---------------------------------------

             Summary: Revisit Ledger Deletion in BookKeeper
                 Key: BOOKKEEPER-443
                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-443
             Project: Bookkeeper
          Issue Type: Sub-task
          Components: bookkeeper-server
            Reporter: Jiannan Wang
             Fix For: 4.2.0


Currently, we don't look at ledger metadata when delete ledgers. So when a 
client is opening/writing a ledger and other client delete it, the behavior is 
undefined.
So we would suggest if a client is writing/recovery a ledger, we should not 
delete it. We can change the behavior of ledger deletion to perform a 
conditional remove only when the state of ledger is CLOSED.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to