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

AbstractRegionMap.basicPut may get old value more than once

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • regions

    Description

      AbstractRegionMap.doPutOnRegionEntry calls both of the following:

            setOldValueForDelta(putInfo);

            setOldValueInEvent(putInfo);

      I think the logic in setOldValueForDelta can be moved into setOldValueInEvent.

      As it is now we might fetch the old value twice when using delta.

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            dschneider Darrel Schneider
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: