Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-16585

(7.2.z) WFLY-11884 - Mutations following HttpSession.setAttribute(...) lost on failover when using ATTRIBUTE granularity distributed web session with a non-transactional cache

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • 7.2.2.CR1, 7.2.2.GA
    • 7.2.0.GA, 7.3.0.CD15
    • Clustering
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              pferraro@redhat.com Paul Ferraro
              pferraro@redhat.com Paul Ferraro
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: