Pavel Kovalenko created IGNITE-9725: ---------------------------------------
Summary: Introduce affinity distribution prototype for equal cache group configurations Key: IGNITE-9725 URL: https://issues.apache.org/jira/browse/IGNITE-9725 Project: Ignite Issue Type: New Feature Components: cache Affects Versions: 2.0 Reporter: Pavel Kovalenko Fix For: 2.8 Currently, we perform affinity re-calculation for each of cache groups, even if configurations (CacheMode, number of backups, affinity function) are equal. If two cache groups have similar affinity function and number of backups we can calculate affinity prototype for such groups once and re-use in every cache group. This change will save time on affinity re-calculation if a cluster has a lot of cache groups with similar affinity function. -- This message was sent by Atlassian JIRA (v7.6.3#76005)