Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-10821

Caching affinity with affinity similarity key is broken

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.8
    • None
    • cache
    • None
    • Docs Required

    Description

      When some cache groups have the same affinity function, number of partitions, backups and the same node filter they can use the same affinity distribution without needs for explicit recalculating. These parameters are called as "Affinity similarity key".

      In case of affinity recalculation caching affinity using this key may speed-up the process.

      However, after https://issues.apache.org/jira/browse/IGNITE-9561 merge this mechanishm become broken, because parallell execution of affinity recalculation for the similar affinity groups leads to caching affinity misses.

      To fix it we should couple together similar affinity groups and run affinity recalculation for them in one thread, caching previous results.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              jokser Pavel Kovalenko
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated: