Uploaded image for project: 'Geode'
  1. Geode
  2. GEODE-10229

Saving received RVV's caused exception should be filled.

    XMLWordPrintableJSON

Details

    Description

      Saving received RVV's caused exception should be filled during processing GII image

      There's a race in GII:
      A distribution of operation (RemoveAll could be more obvious) arrived when the member is requesting GII and before saving received RVV. The saveReceivedRVV() will cause the newly arrived operation to be an exception.

      In normal case, the exception will be filled in processChunk(). But in above case, the processChunk() will skip the entry because the local entry is not recovered from disk.

      Thus the exception will stay after GII.

      To fix it, and not to slow down the performance, we need to check if such exception exists, and do the recordVersion() for this entry.

      Attachments

        Issue Links

          Activity

            People

              zhouxj Xiaojian Zhou
              zhouxj Xiaojian Zhou
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: