1 Reply Latest reply on Jun 23, 2011 11:15 AM by manik

    Batching, CACHE_MODE_LOCAL and cache store

    dparda

      Hi,

       

      I'm using Infinispan 4.2.1FINAL in replication mode with invocationBatching enabled and cache store configured and want to store some type of objects only locally (not replicated):

       

      cache.getAdvancedCache().withFlags(Flag.CACHE_MODE_LOCAL);

       

      The problem is that locally stored objects are not stored in cache store. When invocationBatching is disabled everything works fine.

      Is there a way to configure Infinispan with batching enabled to store also local objects in cache store?

       

      Thanks,

      daniel