3 Replies Latest reply on Dec 2, 2013 9:11 PM by mircea.markus

    Impact of enabling "invocationBatching" without using it

    fertroya

      Hi,

       

      I'm currently checking the infinispan configuration of one of our clients and detected they've set up  <invocationBatching enabled="true" /> at default level.

      In java code though, they never make use of cache.startBatch() / catch.endBatch().

       

      My question is simple: does that configuration take any effect on the application's behaviour without explicitly invoking batching methods?

       

      Judging by the official docs, setting it up and not using it is bogus http://infinispan.org/docs/5.1.x/user_guide/user_guide.html#_batching

      Thank you in advance,