2 Replies Latest reply on Sep 22, 2015 7:09 AM by nadirx

    Re-defining configuration using CacheManager

    akumar3

      Hi,

       

      I am trying to figure out what will happen if I redefine configuration for a named cache (configured in Distributed Mode) using following method:

       

      Configuration defineConfiguration(String cacheName, Configuration configurationOverride);

       

      Specifically, if I redefine 'numOwners' for one of the named cache, will this new configuration spread across the cluster; redefining 'numOwners' for all instances of this named cache?

       

      Thanks,

      Ajay.