Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-5019

After coordinator change, cache topologies should be installed in parallel

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • 7.2.0.CR1, 7.2.0.Final
    • 7.0.2.Final
    • Core
    • None

    Description

      When the coordinator crashes, the new coordinator has to recover the cache topologies from all the nodes in the cluster and install updated topologies for all the caches. This is done on a single thread, and it can take a long time when there are a lot of caches.

      We should be accelerate this by doing the topology installation on separate threads. However, we have to be careful with the async transport pool, because executeOnClusterAsync actually needs to spawn a new thread in the same pool.

      Attachments

        Activity

          Public project attachment banner

            context keys: [headless, issue, helper, isAsynchronousRequest, project, action, user]
            current Project key: ISPN

            People

              dberinde@redhat.com Dan Berindei
              dberinde@redhat.com Dan Berindei
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: