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

State transfer optimizations

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Obsolete
    • Major
    • None
    • 5.2.0.Beta3
    • State Transfer
    • None

    Description

      There are two obvious optimizations possible in the code that handles installation of a new topology.
      1. Currently a new topology is not confirmed until the node successfully sends START_STATE_TRANSFER requests to all nodes it wants to fetch segments from. This does not wait for the actual data to arrive but it still blocks quite a lot. To fix this we need to confirm the topology right after transactions were received.

      2. Fetching transactions from other members is done serially. To improve it we could split it into multiple concurrent tasks.

      Attachments

        Activity

          People

            anistor Adrian Nistor (Inactive)
            anistor Adrian Nistor (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: