Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-11912

Cluster topology updates are lossy

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Blocker Blocker
    • 7.1.0.ER3
    • 7.1.0.ER1
    • Clustering
    • None

      EJB code is not getting a complete cluster topology.

      In AssociationImpl, we register cluster topology listeners by adding a RegistryCollector.Listener<String, List<ClientMapping>>. Because this listener will only receive updates relative to the time it was registered, we also iterate all the values of the original RegistryCollector<String, List<ClientMapping>> by using its getRegistries() method at this time.

      However, this iteration always seems to come up empty, or else we're missing notifications some other way. So we end up with an incomplete cluster view and client invocations fail because of a perceived lack of node availability.

            pferraro@redhat.com Paul Ferraro
            pferraro@redhat.com Paul Ferraro
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: