1 Reply Latest reply on Jun 12, 2012 9:51 AM by sudheerk84

    Why does infinispan register even read resources(caches) as a XA resource(or registers synchronization)

    sudheerk84

      I have tried with both REPEATABLE_READ and READ_COMMITED modes , still i see that(through logs), Infinispan registers each of read caches.

       

      Isnt this a overhead,. How can i avoid this ? (Other than suspending the transaction when i do a read)