"[EMAIL PROTECTED]" wrote : This has to be a side-effect of farming. Instead of farming the deployments, just deployment them to the servers and rerun the test. Farming has to be propagating the undeployment event to all nodes. This is not what the ProxyFactoryHA state listener was designed for. |
I have now disabled farming on all nodes. I use the original ProxyFactoryHA again, and deploy the MBean manually. The odd behavior is still there. As soon as I undeploy the MBean on one node (delete .sar file from deploy directory) the MBean.STOPPING event is propagated to all replicants --> the containerIsAboutToStop() method gets called on every replicant --> they all disappear from the DistributedReplicantManager's listContent() view.. so my guess is that it has nothing to do with farming. I would love to investigate further on this, as this has really sparked my interest, but unfortunately I have already spent more time on the MBean clustering than I was supposed to.. and the patch I posted above works fine for me.. so I think I'll just open a JIRA issue with the detailed behavior as soon as I find the time. Thank you very much for your replies everybody. It's good to see that the devs are active in the forums and actually give valuable feedback to user questions. :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928139#3928139 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928139 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
