Hi, Can you please properly subscribe to the mailing list so that the community receives email notifications? Here is the instruction: http://apache-ignite-users.70518.x6.nabble.com/mailing_list/MailingListOptions.jtp?forum=1
kberthelot wrote > I've created a partitioned cache with the following configuration: > > cacheConfiguration.setCacheMode(CacheMode.PARTITIONED); > cacheConfiguration.setName(CACHE_NAME); > cacheConfiguration.setRebalanceMode(CacheRebalanceMode.SYNC); > > When I bring up a new node some of the keys get "rebalanced" to the new > node, but the nodes do not end up balanced evenly (the new node often ends > up with only one or very few entries). Should the default behavior be that > the entries are evenly sharded across all nodes, or is there a setting > that forces this behavior? I would expect all the nodes to have close to > the same number of entries after rebalancing. You expectations about default behavior is correct. What do you use as cache keys? How do you monitor data distribution across nodes? How many nodes and how many entries in total do you have? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Nodes-not-rebalancing-evenly-tp3584p3587.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
