accumulo icon indicating copy to clipboard operation
accumulo copied to clipboard

Determine if intermediate caching of property derived configurations can be simplified or removed.

Open EdColeman opened this issue 3 years ago • 0 comments

As a follow-on to single node property storage in ZooKeeper (issue https://github.com/apache/accumulo/issues/1454)

The code contains multiple levels of caching configuration derived from properties. When the single node storage is implemented, the intermediate caching may no longer be necessary and code simplification / clean-up may be possible.

Possible candidate:

  • The configuration caching in ServerConfigurationFactory.
  • The handling and usage of updateCount in classes that extend AccumuloConfiguration.

EdColeman avatar Apr 15 '22 15:04 EdColeman