Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Defect QPID-8066 has the potential to leave the Broker in a state where it cannot be restarted. The recovery phase, on encountering the orphan records, throws an exception and this puts the virtualhost into an ERROR state. There is no facility in Broker-J to recover from this short of recreation of the virtualhost.
If the configuration store is backed by JDBC, then a workaround is to connect to the database and remove the offending rows. Unfortunately if the virtualhost is backed by BDB (for configuration) or BDB HA, the user has no convenient way to recover the situation. BDB JE has no command line interface so a Java program would have to be written with knowledge of the store's structure. The HA case is further complicated by the fact that sufficient nodes would have to be available to provide quorum within the group.
Attachments
Issue Links
- is related to
-
QPID-8066 [Broker-J] Virtual host logger rules are left over in configuration store after deletion of virtual host logger on provided virtual host causing virtualhost restart failure
- Closed
- relates to
-
QPID-8068 [JMS AMQP 0-x] Change of noLocal on re-subscription of durable subscriber does not re-create the subscription
- Resolved