Eric Shu created GEODE-5541:
-------------------------------

             Summary: A create followed by a destroy of the same key in a 
transaction invokes cache listener on remote node
                 Key: GEODE-5541
                 URL: https://issues.apache.org/jira/browse/GEODE-5541
             Project: Geode
          Issue Type: Bug
          Components: transactions
            Reporter: Eric Shu


A create followed by a destroy of the same key in a transaction is treated as a 
no op on the near side (transaction host), and no destroy event is invoked on 
the transaction host. The destroy operation is distributed to remote nodes (far 
side). The intend is to make sure a normal region can destroy the key if it 
exists (far side). 
Currently a destroy event is invoked for this no op on remote node even though 
the node does not have the key.




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

Reply via email to