[infinispan-issues] [JBoss JIRA] Assigned: (ISPN-767) Make deadlock detection run over multiple caches
Mircea Markus (JIRA)
jira-events at lists.jboss.org
Thu Nov 11 05:39:01 EST 2010
[ https://jira.jboss.org/browse/ISPN-767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mircea Markus reassigned ISPN-767:
----------------------------------
Assignee: Mircea Markus (was: Manik Surtani)
> Make deadlock detection run over multiple caches
> ------------------------------------------------
>
> Key: ISPN-767
> URL: https://jira.jboss.org/browse/ISPN-767
> Project: Infinispan
> Issue Type: Feature Request
> 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 contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list