Hello! As a general principle you can't change cache configuration after cache is created. The only partial exception is ALTER TABLE.
If cache is non-persistent, new nodes will reuse existing cache configuration. If cache is persistent, node will use cache configuration which is stored alongside data when restarted. Regards, -- Ilya Kasnacheev вт, 25 дек. 2018 г. в 12:26, Justin Ji <[email protected]>: > Hi Igniters - > > Is there a configuration list that describes what configurations can be > changed and became effective when restart? > > In addition, is there any difference that configured in java code and > spring > XML file. > > Will appreciate to those who can give advice, looking forward to your > reply! > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
