You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Keith Wall (JIRA)" <ji...@apache.org> on 2017/07/28 08:13:00 UTC

[jira] [Created] (QPID-7873) Delete store notion confused

Keith Wall created QPID-7873:
--------------------------------

             Summary: Delete store notion confused
                 Key: QPID-7873
                 URL: https://issues.apache.org/jira/browse/QPID-7873
             Project: Qpid
          Issue Type: Improvement
          Components: Java Broker
            Reporter: Keith Wall


org.apache.qpid.server.store.MessageStore#onDelete
org.apache.qpid.server.store.DurableConfigurationStore#onDelete
org.apache.qpid.server.protocol.v1_0.store.LinkStore#delete

The Java Broker's delete store notion conflates the removal of the structures from the store (e.g. the removal of a table from a RDMS, for instance) with the destruction of the store itself (e.g. removal of Derby or BDB files).  We are also unclear about whether we expect a store to be in an open state when the store is deleted.

This problem does not currently cause a functional defect.




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org