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

Backup write operations should ignore previous value

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • 14.0.20.Final, 15.0.0.Dev05
    • 14.0.19.Final, 13.0.20.Final
    • Core
    • None

      When a primary owner replicates its backup write operations it passes the command it received as is. That means if the command does not have the IGNORE_PREVIOUS_VALUE flag the backup will send the previous value, which is not needed at all for processing.

      We should skip returning the value from backups no matter what the command is configured as since the primary already has the data. This will reduce intra cluster traffic by not including the value which tends to be the largest payload.

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

              Created:
              Updated:
              Resolved: