Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-3864

HttpSession replication does not always retry if replication fails

XMLWordPrintable

      If replication of a session fails, the session replication layer does not retry. This leaves the local session map in JBossCacheManager out of sync with the distributed cache. If there is a failover while the distributed cache is out of sync, the user will see stale data.

      Need to retry a (configurable) X number of times. If the session still doesn't replicate, need to decide what to do – i.e. is it too late in the request cycle to throw an exception and return an error to the client?

              bstansbe@redhat.com Brian Stansberry
              bstansbe@redhat.com Brian Stansberry
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: