1 Reply Latest reply on Oct 7, 2011 11:51 AM by galder.zamarreno

    invalidation support in infinispan treecache?

    amalrajvinoth

      Hi,

       

      Please help me to findout answers for the following:

       

      I tried following on infinispan tree cache  in 2 node cluster in invaldation mode:

       

       

      Node 1

      Node 2

      Starting the nodes(adding ‘/a/b’ if it is not already exist)

      Note: Node 1 started first

      step1

       

      + /  {}

        + a/  {}

          + b/  {}

      step 2

       

      + /  {}

        + a/  {}

          + b/  {}

      Adding ‘/c’ under ‘/b’ in Node 2

      step3

       

      + /  {}

       

      but it supposed to be

      + /  {}

        + a/  {}

          + b/  {}

      step4

       

      + /  {}

        + a/  {}

          + b/  {}

        + c/ {c=c}

       

      In infinispan map, invalidation is working fine as expected.

       

      Does infinispan treecache support invalidation as in infinispan map?

      If so, am I doing anything wrong here?

       

      thanks in advance.

       

      regards, amal raj