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)