Alex Rudyy created QPID-7706:
--------------------------------

             Summary: [Java Broker] When queue deletion fails due to  binding 
deletion failure, etc, the subsequent invocation of queue delete operation 
fails as well due to old delete future being returned with the previous error
                 Key: QPID-7706
                 URL: https://issues.apache.org/jira/browse/QPID-7706
             Project: Qpid
          Issue Type: Bug
          Components: Java Broker
    Affects Versions: qpid-java-6.1.1, qpid-java-6.1, qpid-java-broker-7.0.0
            Reporter: Alex Rudyy


On queue deletion the deleted flag is set and deleted future is saved. If the 
queue deletion fails in the middle, the deleted flag and deleted future are not 
reset. As result, the repeated delete operation fails with the same Exception 
as before even if underlying issue is fixed. The broker restart is required to 
reset the fields and complete the deletion



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to