-
Bug
-
Resolution: Done
-
Critical
-
7.2.0.GA, 7.3.0.CD15
-
None
Consider the following code:
AtomicInteger value = new AtomicInteger(1);
session.setAttribute("a", value);
value.incrementAndGet();
On failover, the value of attribute "a" will still be 1.
- clones
-
WFLY-11884 Mutations following HttpSession.setAttribute(...) lost on failover when using ATTRIBUTE granularity distributed web session with a non-transactional cache
- Closed
- is cloned by
-
JBEAP-16595 [7.1.x] Mutations following HttpSession.setAttribute(...) lost on failover when using ATTRIBUTE granularity distributed web session with a non-transactional cache
- Closed