[jboss-jira] [JBoss JIRA] Closed: (JBMESSAGING-1796) Dead locak while simultaneously shutdown of nodes in a cluster

Howard Gao (JIRA) jira-events at lists.jboss.org
Wed Mar 31 03:50:38 EDT 2010


     [ https://jira.jboss.org/jira/browse/JBMESSAGING-1796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard Gao closed JBMESSAGING-1796.
-----------------------------------

    Resolution: Done


The test is maunally done as it hard to get it into automatic test suite without doing some internal change to the source code.

Test procedure:

1. Starting two nodes in a cluster (say node0 and node1)
2. stop node 0
3. node1 will get node left notification from jgroups. In GroupMember.viewAccepted() method, before calling nodesLeft() method, add some code to wait there.
4. then stop node1, the post office's stop() method will be called. Once inside stop(), add some code to notify the viewAccepted calling thread to wake up.
5. observe if the the dead lock happens.



> Dead locak while simultaneously shutdown of nodes in a cluster
> --------------------------------------------------------------
>
>                 Key: JBMESSAGING-1796
>                 URL: https://jira.jboss.org/jira/browse/JBMESSAGING-1796
>             Project: JBoss Messaging
>          Issue Type: Bug
>          Components: JMS Clustering
>    Affects Versions: 1.4.0.SP3.CP10, 1.4.6.GA
>            Reporter: Howard Gao
>            Assignee: Howard Gao
>             Fix For: 1.4.0.SP3.CP11, 1.4.6.GA.SP1
>
>


-- 
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