[jboss-jira] [JBoss JIRA] Created: (JBAS-7999) Investigate making HASingleton failover "stopOldMaster" RPC synchronous

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Thu May 6 16:38:05 EDT 2010


Investigate making HASingleton failover "stopOldMaster" RPC synchronous
-----------------------------------------------------------------------

                 Key: JBAS-7999
                 URL: https://jira.jboss.org/jira/browse/JBAS-7999
             Project: JBoss Application Server
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: Clustering
            Reporter: Brian Stansberry
            Assignee: Brian Stansberry


When a node becomes master, it tells any previous master to stop. That call is async, probably because long ago this was done on a JGroups up thread and making a sync call from that up thread would hang. This is no longer done on an up thread, so investigate adding a config option to allow is call to go synchronous, thus ensuring the old master is fully stopped before new one starts.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list