[jboss-jira] [JBoss JIRA] (WFLY-12139) Mutations following HttpSession.setAttribute(...) lost on failover when using SESSION granularity distributed web session with a non-transactional cache

Paul Ferraro (Jira) issues at jboss.org
Wed May 29 18:02:00 EDT 2019


Paul Ferraro created WFLY-12139:
-----------------------------------

             Summary: Mutations following HttpSession.setAttribute(...) lost on failover when using SESSION granularity distributed web session with a non-transactional cache
                 Key: WFLY-12139
                 URL: https://issues.jboss.org/browse/WFLY-12139
             Project: WildFly
          Issue Type: Bug
          Components: Clustering
    Affects Versions: 16.0.0.Final
            Reporter: Paul Ferraro
            Assignee: Paul Ferraro
             Fix For: 17.0.0.Alpha1


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)


More information about the jboss-jira mailing list