Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-6201

BDB state change events must be delivered sequential to the virtualhostnode

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.30
    • 0.31
    • Broker-J

    Description

      The ReplicatedEnvironmentFacade uses a thread pool executor to deliver JE state change notifications up to the BDBHAVHN. JE requires this - it stipulates you should do minimal work in these callbacks. These events (transitions to replica, master etc) need to be delivered sequentially to the node in order for the BDBHAVHN to behave correctly.

      Unfortunately a coding error has accidentally assigned this to a thread pool with multiple threads, meaning this may not be the case.

      This has been seen to cause a group in a state where a VHN was in the MASTER role, but its underlying virtual host remained UNAVAILABLE.

      Attachments

        Activity

          People

            kwall Keith Wall
            kwall Keith Wall
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: