0 Replies Latest reply on May 9, 2014 5:11 AM by tromper11

    Best way to handle TimeoutException/SuspectedException

    tromper11

      Hi,

       

      We've a simple Infinispan setup of 6 nodes, using distribution and embedded mode. Infinispan is used just like a 'giant' hash-map (e.g. via put, get, etc.).

       

      What's the best way to handle TimeoutException/SuspectedException?

       

      Is it enough if we retry the last operation?

       

      Is it true that the system still consistent after TimeoutException/SuspectedException thrown - e.g no partial update in the system?

       

      Thanks,