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

State Transfer can miss entries that are concurrently activated

    XMLWordPrintable

Details

    • Bug
    • Resolution: Obsolete
    • Major
    • None
    • 8.0.0.Alpha1
    • State Transfer
    • None

    Description

      Currently the OutboundTransferTask iterates upon the data container and then runs process for the state loader. However if an entry is activated during or after the data container iteration it is possible this entry is then not seen and subsequently is not present in the store when it is processed.

      EntryRetriever had this same issue and it was required to register a cache listener to listen for activations and then replay the data after finishing with the store.

      This can cause duplicate values as well, however replacing the same exact value is fine and if a non ST write occurs the state is ignored anyways.

      Attachments

        Activity

          People

            Unassigned Unassigned
            wburns@redhat.com Will Burns
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: