Hi there, A simple question, can writeSynchronizationMode be modified online? As my cache currently in 'full_sync" mode, can it be modified to 'primary_sync' online? like by restful or visor?
BTW, the cache I created by DDL CREATE TABLE IF NOT EXISTS person ( id int,orgId LONG, name VARCHAR, salary LONG ,PRIMARY KEY (id) ) WITH "TEMPLATE=PARTITIONED,backups=1, affinityKey=id, value_type=MyPerson" why writeSynchronizationMode be set as full_sync? I think the default value is "primary_sync". -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/