Hello, 1. No. Cache with configuration specified in xml file will be pre-created and won't change if you will try to get it using changed configuration. 2. If you are asking about a single node, yes, that is correct. 3. You will get an exception on startup in case you have different configurations for the same cache.
Caches were not designed to support configuration changes on the fly, you should destroy/recreate cache in order to apply configuration change which means you should also delete data from the cache. In the future, there will be some possibilities to change some configuration parameters in runtime, but definitely not the ones responsible for data flow and distribution in cluster. Could you please clarify what are your requirements for cache configuration updates? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
