[infinispan-issues] [JBoss JIRA] (ISPN-5319) TreeCache with concurrent puts becomes inconsistent

Jeremy Stone (JIRA) issues at jboss.org
Mon Mar 23 11:22:18 EDT 2015


Jeremy Stone created ISPN-5319:
----------------------------------

             Summary: TreeCache with concurrent puts becomes inconsistent
                 Key: ISPN-5319
                 URL: https://issues.jboss.org/browse/ISPN-5319
             Project: Infinispan
          Issue Type: Bug
    Affects Versions: 5.3.0.Final, 7.2.0.Final
            Reporter: Jeremy Stone


Concurrent puts using tree cache api store data values in the tree but the structure of tree can become corrupted. Namely: node.getChildren() for a parent node might not include the child node even though the child node exists and has some data. 

This makes it difficult to reliably use the tree cache structure to mirror a corresponding tree-like business data structure (e.g. materialized from a database).

This can be readily reproduced with a local cache. A unit test is attached to the referenced forum topic.



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the infinispan-issues mailing list