[infinispan-issues] [JBoss JIRA] (ISPN-5319) TreeCache with concurrent puts becomes inconsistent
Jeremy Stone (Jira)
issues at jboss.org
Tue Oct 23 05:02:00 EDT 2018
[ https://issues.jboss.org/browse/ISPN-5319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13651556#comment-13651556 ]
Jeremy Stone commented on ISPN-5319:
------------------------------------
Any updates on this one?
> 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
> Priority: Major
>
> 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
(v7.12.1#712002)
More information about the infinispan-issues
mailing list