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

"Affinity changes (coordinator) applied" can be executed in parallel

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.8
    • None
    • None

    Description

      There is for loop over all cache groups which execution N*P operations in exchange worker where N is number of cache groups, P is number of partitions.

      We spend 80% of time in a loop

      for (CacheGroupContext grp : cctx.cache().cacheGroups())

      { GridDhtPartitionTopology top = grp != null ? grp.topology() : cctx.exchange().clientTopology(grp.groupId(), events().discoveryCache()); top.beforeExchange(this, true, true); }

       

      I believe we can execute it in parallel

      Attachments

        Issue Links

          Activity

            People

              voropava Pavel Voronkin
              voropava Pavel Voronkin
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 40m
                  40m