[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
[ https://issues.jboss.org/browse/WFLY-12139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Paul Ferraro updated WFLY-12139:
--------------------------------
Fix Version/s: (was: 17.0.0.Alpha1)
> 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
> Priority: Critical
>
> 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