mhansonp commented on a change in pull request #7442:
URL: https://github.com/apache/geode/pull/7442#discussion_r839088472
##########
File path:
geode-core/src/main/java/org/apache/geode/internal/cache/LocalRegion.java
##########
@@ -5342,6 +5342,12 @@ public void basicBridgeClientUpdate(DistributedMember
serverId, Object key, Obje
}
}
+ private boolean hasRegisterInterestsWithResultPolicy(boolean isDurable,
+ InterestResultPolicy interestResultPolicy) {
+ return
getServerProxy().getPool().getRITracker().hasInterestsWithResultPolicy(fullPath,
Review comment:
Well, this is not going to be that case, it is going to be the case of a
notification about something on a client/server that is registered. I don't
think it can at this point. I have read through the code and I think to have
registered interest, you must have those two things be non-null and we would
not be calling basicBridgeClientUpdate without a destination aka a pool
--
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]