[infinispan-issues] [JBoss JIRA] (ISPN-767) Make deadlock detection run over multiple caches

Mircea Markus (JIRA) jira-events at lists.jboss.org
Tue Oct 30 21:41:01 EDT 2012


     [ https://issues.jboss.org/browse/ISPN-767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mircea Markus resolved ISPN-767.
--------------------------------

    Resolution: Duplicate Issue


to be handled by ISPN-1219
                
> Make deadlock detection run over multiple caches
> ------------------------------------------------
>
>                 Key: ISPN-767
>                 URL: https://issues.jboss.org/browse/ISPN-767
>             Project: Infinispan
>          Issue Type: Feature Request
>    Affects Versions: 4.1.0.Final
>            Reporter: Mircea Markus
>            Assignee: Mircea Markus
>             Fix For: 5.2.0.Final
>
>
> 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)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the infinispan-issues mailing list