[jboss-jira] [JBoss JIRA] (WFLY-11884) Mutations following HttpSession.setAttribute(...) lost on failover when using ATTRIBUTE granularity distributed web session with a non-transactional cache
Ilia Vassilev (Jira)
issues at jboss.org
Fri Apr 19 17:41:00 EDT 2019
[ https://issues.jboss.org/browse/WFLY-11884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ilia Vassilev updated WFLY-11884:
---------------------------------
Labels: downstream_dependency (was: )
> 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
> Priority: Critical
> Labels: downstream_dependency
> Fix For: 17.0.0.Beta1
>
>
> 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