Anilkumar Gingade created GEODE-6013:
----------------------------------------

             Summary: A recovered node may not be consistent with peer after 
getting initial image
                 Key: GEODE-6013
                 URL: https://issues.apache.org/jira/browse/GEODE-6013
             Project: Geode
          Issue Type: Bug
          Components: regions
            Reporter: Anilkumar Gingade


A node recovered from its persistent data may not receive all the expected data 
from peer after doing GII (delta); if there is an ongoing tombstone GC at the 
GII (get initial image) provider; resulting data inconsistency between the 
replicas.

While doing code walk through noticed that; when a node comes up with the 
persistent data requests delta GII from another replica (GII provider); at the 
provider side while comparing the tombstone GC version to determine whether to 
perform full or Delta GII, the provider was using its GC version instead of 
requester's gc version, resulting in performing delta GII instead of full gii.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to