-
Bug
-
Resolution: Obsolete
-
Major
-
JBossAS-4.0.5.GA, JBossAS-4.2.0.GA, JBossAS-4.2.1.GA, JBossAS-4.2.2.GA
-
None
-
any
An application that is "farm" undeployed from the cluster could come back into the cluster. Steps to reproduce:
a. Create a cluster with more than one node. Lets assume three server nodes named
{ node1, node2, node3 }b. Deploy an application to the cluster, I used WineDemo.war.
c. Bring node3 down.
d. Delete WineDemo.war from the cluster. Note that it didn't get deleted from node3's farm folder as node3 is down.
e. Bring node3 back up, WineDemo.war is still running on node3.
The workaround for this issue is to manually remove WineDemo.war from node3 before bringing it back up.
A secondary problem occurs you then bring node2 down and back up. We will deploy WineDemo.war on node2 (pulled from node3).