mookusdigitus commented on a change in pull request #7442:
URL: https://github.com/apache/geode/pull/7442#discussion_r839074012



##########
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:
       I would think not, but there is no harm in testing for null.




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