Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-5319

TreeCache with concurrent puts becomes inconsistent

    XMLWordPrintable

Details

    • Bug
    • Resolution: Obsolete
    • Major
    • None
    • 5.3.0.Final, 7.2.0.Final
    • None
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            jeremystone_jira Jeremy Stone (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: