Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-7354 Upgrade JBoss Cache to 3.2.11
  3. JBPAPP-7500

JBoss Cache Region.deactivate can leave the entire cache locked with optimistic or pessimistic locking

    XMLWordPrintable

Details

    • Release Notes
    • Hide
      Inactivating a JBoss Cache region locked the entire subtree of the region's parent and never unlocked it. Consequently, the cache became unusable because of the locks. Inactivating a region now only locks the parent, not the entire subtree of the parent. As a result, the cache is no longer locked after inactivation of a region.
      Show
      Inactivating a JBoss Cache region locked the entire subtree of the region's parent and never unlocked it. Consequently, the cache became unusable because of the locks. Inactivating a region now only locks the parent, not the entire subtree of the parent. As a result, the cache is no longer locked after inactivation of a region.
    • Documented as Resolved Issue
    • NEW

    Description

      A combination of https://issues.jboss.org/browse/JBCACHE-1608 and https://issues.jboss.org/browse/JBCACHE-1609
      causes a JBoss Cache Region.deactivate call to lock the region's parent and all its children, and never unlock the children.

      If the region is a child of the root, this can lock the entire cache.

      This only affects pessimistic and optimistic locking. It does not affect MVCC.

      Attachments

        Activity

          People

            rhn-support-dereed Dennis Reed
            rhn-support-dereed Dennis Reed
            Petr Penicka Petr Penicka (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: