bharanic-dev commented on a change in pull request #11202:
URL: https://github.com/apache/pulsar/pull/11202#discussion_r676987760



##########
File path: 
pulsar-metadata/src/main/java/org/apache/pulsar/metadata/cache/impl/MetadataCacheImpl.java
##########
@@ -268,6 +268,7 @@ public void accept(Notification t) {
         case Modified:
             if (objCache.synchronous().getIfPresent(path) != null) {
                 // Trigger background refresh of the cached item
+                objCache.synchronous().invalidate(path);

Review comment:
       this change was subsumed by changes committed in #11267. This PR now 
only has the unit test case.




-- 
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: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to