You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2020/09/10 03:51:02 UTC

[GitHub] [geode] jdeppe-pivotal opened a new pull request #5504: GEODE-8393: Add sequence number to RedisString to support delta and APPEND

jdeppe-pivotal opened a new pull request #5504:
URL: https://github.com/apache/geode/pull/5504


   
   - There seems to be an intermittent problem when Deltas arrive and a GII
     is in progress. This fix introduces a sequence number that is used for
     APPEND operations only. Since APPEND is NOT idempotent, duplicate
     deltas are a problem and will cause data issues if applied when they
     should not be.
   
   Co-Authored-By: Darrel Schneider <da...@vmware.com>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [geode] jdeppe-pivotal merged pull request #5504: GEODE-8393: Add sequence number to RedisString to support delta and APPEND

Posted by GitBox <gi...@apache.org>.
jdeppe-pivotal merged pull request #5504:
URL: https://github.com/apache/geode/pull/5504


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org