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

Invocations waiting for a new topology should resume in parallel

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Major Major
    • 10.0.0.Final
    • 8.2.11.Final, 9.4.5.Final, 10.0.0.Final
    • Core
    • None

      When a command requires a topology newer than the current topology, it uses StateTransferLock.transactionDataFuture() to wait for the newer topology. When the tx data is received for the newer topology, some (most?) of the waiting operations do not use a separate executor, instead they are all resumed on the thread that received the tx data. If some operations block (e.g. because of a store), it could take a very long time to finish all the blocked operations.

              dberinde@redhat.com Dan Berindei (Inactive)
              dberinde@redhat.com Dan Berindei (Inactive)
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: