Description
Now every node sends its partition map to cache coordinator (which is the oldest node in topology) and coordinator spreads full partition map to every node in topology. This happens for each cache separately. This seems to take place even if there were no changes to local partition maps. Given we guarantee communication message delivery this background process seems to be an overkill.
Exchange should happen only if any changes took place.
After dynamic cache start has been introduced, we can have significant amount of live caches at some point of app lifecycle and app may suffer from background exchange which is obviously not a requirement (and may be never has been the one).
Attachments
Issue Links
- is duplicated by
-
IGNITE-2801 Coordinator floods network with partitions full map exchange messages
- Closed
- is related to
-
IGNITE-1093 Rebalancing with default parameters is very slow
- Closed
- links to