Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-767

Make deadlock detection run over multiple caches

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Duplicate
    • Major
    • 5.2.0.Final
    • 4.1.0.Final
    • None
    • None

    Description

      right now deadlock detection runs on a per cache basis.
      Eg. following deadlock won't be detected:

      • N1,N2 two nodes, A and B are cache running on each of them.

      tx1 running on N1: N1.A.put(k1); N1.B.put(k2)
      tx2 running in N2: N2.B.put(k2); N2.A.put(k1)

      Attachments

        Activity

          People

            mircea.markus Mircea Markus (Inactive)
            mircea.markus Mircea Markus (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: