0 Replies Latest reply on Aug 21, 2013 3:50 PM by carloscurotto

    Infinispan Consistency

    carloscurotto

      Hello everyone, just a quick question, are get/put operations transactional by defaul in infinispan?

       

      I mean, if i am in a loop, doing put(k,v) and then get(k), then i bring a node down, is it possible that after state transfer is completed i still see inconsistencies, get(k) returns other than the latest put value?

       

      Do we need to use transactions in order to guarantee full consistency and relax the performance requirement?

       

      Thanks a lot,

      Carlos.