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

[GSS](7.2.z) Session passivation event can deadlock if it attempts write operations on a session

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.2.6.CR1, 7.2.6.GA
    • 7.2.4.GA, 7.3.0.CD17
    • Clustering
    • None

    Description

      Activation/passivation listeners are intentionally non-transactional - and thus should never attempt to perform cache writes.
      In order to trigger the requisite activation/passivation listeners, activation/passivation events need to lookup the cache entries relevant to a given session via SessionFactory.findValue(..). However, if there are entries missing (e.g. a creation meta data entry w/out a access meta data entry), this method will attempt to purge the orphaned entries. This should never be done within the context of an activation/passivation event.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: