-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
7.1.0.DR11
-
None
Deterministic failover with EAP7 as workers may work only for one request
Scenario:
- Set up 1 balancer with deterministic failover capability and 3 workers
- Send request and kill handling node
- Send next request
Handling node will be deterministically chosen
- Send next request
At this point request may end on different node that previous requst
Issue:
EAP7 by default chooses 2 session owners. If deterministically chosen node isn't owner of the session, it will put jvmRoute of the owner to the sessionId and therefore next request will end on another node
One way to fix is to document that it works only with non default session owning(replicated)
- relates to
-
MODCLUSTER-550 Failover targets should be chosen deterministically
- Resolved