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



##########
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:
       Can serverRegionProxy or pool be null here...I am thinking about the 
scenario while a thread is doing registration another thread is closing a cache 
or 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]


Reply via email to