[infinispan-issues] [JBoss JIRA] (ISPN-3956) L1WriteSynchronizer can cause locking with concurrent gets when value is not present

William Burns (JIRA) issues at jboss.org
Wed Jan 29 16:09:28 EST 2014


William Burns created ISPN-3956:
-----------------------------------

             Summary: L1WriteSynchronizer can cause locking with concurrent gets when value is not present
                 Key: ISPN-3956
                 URL: https://issues.jboss.org/browse/ISPN-3956
             Project: Infinispan
          Issue Type: Bug
            Reporter: William Burns
            Assignee: Mircea Markus


This has been seen previously only on IBM JDK 6 ISPN-3889, however an end user also now can reproduce this issue https://community.jboss.org/thread/236590

The issue is that we don't set the remove lookup value to be null when nothing is found and thus any threads that are waiting for the remote lookup were never notified of this.

--
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