[infinispan-issues] [JBoss JIRA] Created: (ISPN-738) Get operation doesn't work with explict locking under distribution mode

Changgeng Li (JIRA) jira-events at lists.jboss.org
Wed Oct 27 03:00:56 EDT 2010


Get operation doesn't work with explict locking under distribution mode
-----------------------------------------------------------------------

                 Key: ISPN-738
                 URL: https://jira.jboss.org/browse/ISPN-738
             Project: Infinispan
          Issue Type: Bug
         Environment: With the current 4.2.0-SNAPSHOT build.
            Reporter: Changgeng Li
            Assignee: Manik Surtani
            Priority: Blocker
             Fix For: 4.2.0.BETA1
         Attachments: bug1.tgz

The issue can be reproduced by following steps:
1) CacheA and CacheB in a distribute mode with numberOfOwners set to 1, so that an key can only be found on one node.
2) Use CacheA to put 100 entries using keys from Integer(0) to Integer(99)
2) Using CacheB make explicit locking on a key, and then get the value for that key, if the key is not on CacheB, it will return null.

Unit test is attached

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