[infinispan-issues] [JBoss JIRA] (ISPN-4073) clear() can create inconsistencies
Pedro Ruivo (JIRA)
issues at jboss.org
Wed Mar 5 06:42:33 EST 2014
Pedro Ruivo created ISPN-4073:
---------------------------------
Summary: clear() can create inconsistencies
Key: ISPN-4073
URL: https://issues.jboss.org/browse/ISPN-4073
Project: Infinispan
Issue Type: Bug
Affects Versions: 7.0.0.Alpha1
Reporter: Pedro Ruivo
Assignee: Mircea Markus
Since the clear operation only acquires locks on the existing keys, it is possible for a clear operation to execute concurrently with another operation that is adding a new key. Since the lock on the new key is not acquired by the clear, some nodes can perform first the clear then the operation and others vice-versa.
--
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