Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-9510

HASingletons stopped on all cluster nodes

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • TBD EAP 4
    • 4.3.0.GA_CP10
    • Clustering
    • None
    • Release Notes
    • NEW

      HASingletons can be stopped on all cluster members.

      org.jboss.ha.singleton.HASingletonSupport#_stopOldMaster is called locally on each node when a new view is processed and it is not the master.
      It is also called via an asynchronous cluster RPC from the new master.

      The RPC call is not synchronized, and can cause a race condition when the master node changes quickly. The _stopOldMaster call from the previous master can arrive after the new master has taken over, causing it to stop again.

              rhn-support-dereed Dennis Reed
              rhn-support-dereed Dennis Reed
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: