[infinispan-issues] [JBoss JIRA] (ISPN-4612) TimeoutException during preparetx when putting to the ClusterRegistry

Gustavo Fernandes (JIRA) issues at jboss.org
Thu Aug 7 12:24:29 EDT 2014


    [ https://issues.jboss.org/browse/ISPN-4612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12991332#comment-12991332 ] 

Gustavo Fernandes edited comment on ISPN-4612 at 8/7/14 12:23 PM:
------------------------------------------------------------------

The problem is that with an unlucky timing, a 'put' is called in the clusterRegistry under a lock existing in the QueryInterceptor, and since the registry is transactional, it also acquires locks, thus the deadlock. PR to follow.


was (Author: gustavonalle):
The problem is that with an unlucky timing, a 'put' is called in the clusterRegistry under a lock existing in the QueryInterceptor, and thus the deadlock. PR to follow.

> TimeoutException during preparetx  when putting to the ClusterRegistry
> ----------------------------------------------------------------------
>
>                 Key: ISPN-4612
>                 URL: https://issues.jboss.org/browse/ISPN-4612
>             Project: Infinispan
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Test Suite - Query
>    Affects Versions: 7.0.0.Alpha5
>            Reporter: Gustavo Fernandes
>            Assignee: Gustavo Fernandes
>         Attachments: infinispan.log.gz
>
>
> As described on ISPN-3819



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the infinispan-issues mailing list