dlmarion commented on issue #4995: URL: https://github.com/apache/accumulo/issues/4995#issuecomment-2569679459
[ServerConfigurationFactory.ConfigRefreshRunner](https://github.com/apache/accumulo/blob/2.1/server/base/src/main/java/org/apache/accumulo/server/conf/ServerConfigurationFactory.java#L185) . It looks like the refresh interval is 15 minutes and it checks the data version of the node in ZooKeeper against the version of the cached node. IIRC property updates have always been eventually consistent. I would add another option to the list: 4. Make the ConfigRefreshRunner refresh period configurable and add an API to query for the cached version of a specific configuration node (system, table, etc). If all of the servers come back with the same answer, then it's consistent (at least to that point). -- 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]
