mhansonp commented on a change in pull request #7442:
URL: https://github.com/apache/geode/pull/7442#discussion_r837994517
##########
File path:
geode-core/src/main/java/org/apache/geode/internal/cache/LocalRegion.java
##########
@@ -5325,7 +5325,7 @@ public void basicBridgeClientUpdate(DistributedMember
serverId, Object key, Obje
// If the marker has been processed, process this put event normally;
// otherwise, this event occurred in the past and has been stored for a
// durable client. In this case, just invoke the put callbacks.
- if (processedMarker) {
+ if (processedMarker || hasRegisterInterestsWithResultPolicy(true,
InterestResultPolicy.NONE)) {
Review comment:
This is the other critical part of the change to resolve this bug.
Thanks to @boglesby for the code for hasRegisterInterestsWithResultPolicy
--
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]