Hi,
It seems the primaryPartitions method of Affinity class returns 1024
partitions for the local node, even if it is a single node only application.
Should it not only return only those partition ids relevant? following is my
configuration, have I missed anything?
CacheConfiguration<Long, QueryableOrganizationProfile>
queryableOrgProfileConfig = new
CacheConfiguration<>("QueryableOrganizationProfiles");
                
queryableOrgProfileConfig.setMemoryMode(CacheMemoryMode.OFFHEAP_TIERED);
        
queryableOrgProfileConfig.setCacheStoreFactory(FactoryBuilder.factoryOf(QueryableOrgCacheStore.class));



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/CacheStore-loadCache-loading-data-for-1024-partitions-for-a-single-node-tp11028.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to