-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
7.1.0.DR18
-
-
-
-
-
-
Workaround Exists
-
-
If an application (singleton-deployment) is deployed into a cluster with more nodes than are initial in the list of the client it can happen that a node is elected to run this application which is not know initially by the client,
or
the node with the singleton application is shutted down or crash during runtime.
In any case the EJB invocation will not work if a node is elected to run the deployment which is not part of the servers listed as initial connections at client side.
With some BYTEMAN rules I checked that the client side ClusterTopologyMessageHandler and ClusterNodeRemovalHandler did not see more than the node which have the application deployed.
If all nodes are added to the client jboss-ejb-client.properties the DeploymentNodeSelector is used for the first invocation, the cluster-view is received with one node.
After this node is down the DNS will show another node and the cluster-view received afterwards onyl show this node.
- is blocked by
-
JBEAP-10677 Singleton deployment functionality completely broken
- Closed
-
WFLY-7765 Application deployed as "singleton-deployment" in a cluster is not reachable for EJB calls under all circumstances
- Closed
- is duplicated by
-
JBEAP-5422 [GSS](7.1.0) A client is not able to invoke EJB's deployed as "HASingleton deployment"
- Verified