Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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 RDBMS, 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.