pivotal-eshu commented on a change in pull request #7487:
URL: https://github.com/apache/geode/pull/7487#discussion_r836628083



##########
File path: 
geode-core/src/main/java/org/apache/geode/internal/cache/DistributedRegion.java
##########
@@ -526,21 +526,36 @@ public boolean hasSeenEvent(EntryEventImpl event) {
     isDuplicate = getEventTracker().hasSeenEvent(event);
     if (isDuplicate) {
       markEventAsDuplicate(event);
+      if (event.getVersionTag() == null && 
event.getRegion().getConcurrencyChecksEnabled()

Review comment:
       For not duplicate case (getEventTracker().hasSeenEvent(event) return 
false), versionTag not set in the event seems to be common case. We should 
handle this case differently.
   




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to