We have an IgniteCache<BinaryObject, BinaryObject>. In our usecase we implement the AffinityKeyMapper to specify the field(s) from the BinaryObject which should be part of the affinity key.
As I have understood, ignite ignores the cache configuration that is passed in the ignite.getOrCreateCache(config) for an existing cache. This means there is no way to change the field on which the cache is partitioned. If we want to change the field baased on which the data is partitioned then we should reload the cache. Is my understanding right? Thanks -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Cache-Repartitioning-tp6141.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
