dlmarion commented on code in PR #5575:
URL: https://github.com/apache/accumulo/pull/5575#discussion_r2103098577


##########
server/manager/src/main/java/org/apache/accumulo/manager/Manager.java:
##########
@@ -425,6 +428,7 @@ protected Manager(ServerOpts opts, String[] args) throws 
IOException {
     log.info("Instance {}", getInstanceID());
     timeKeeper = new ManagerTime(this, aconf);
     tserverSet = new LiveTServerSet(context, this);
+    context.getPropStore().registerAsListener(SystemPropKey.of(context), this);

Review Comment:
   `ZooPropStore.connectionEvent` does call `PropCache.removeAll`. I don't 
really see any other places where the cache is invalidated.



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