boglesby commented on a change in pull request #5859:
URL: https://github.com/apache/geode/pull/5859#discussion_r545297897



##########
File path: 
geode-core/src/main/java/org/apache/geode/internal/cache/AbstractRegionMap.java
##########
@@ -838,11 +838,11 @@ public boolean initialImagePut(final Object key, final 
long lastModified, Object
                 if (result) {
                   if (oldIsTombstone) {
                     owner.unscheduleTombstone(oldRe);
-                    if (newValue != Token.TOMBSTONE) {

Review comment:
       Thanks for taking a look at these changes. I mainly put this PR up to 
see if it would pass the unit tests. This was the change that I was concerned 
about. Event though the tests passed, I'm still not sure its a valid change. I 
have a request to another team to take a look at these changes before I proceed.




----------------------------------------------------------------
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:
[email protected]


Reply via email to