Paul Ferraro created WFLY-11884:
-----------------------------------
Summary: Mutations following HttpSession.setAttribute(...) lost on failover
when using ATTRIBUTE granularity distributed web session with a non-transactional cache
Key: WFLY-11884
URL:
https://issues.jboss.org/browse/WFLY-11884
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 16.0.0.Final
Reporter: Paul Ferraro
Assignee: Paul Ferraro
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.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)