You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Bill Havanki (JIRA)" <ji...@apache.org> on 2014/07/14 20:32:05 UTC

[jira] [Updated] (ACCUMULO-2615) Simplify server configuration caching and ZK watchers

     [ https://issues.apache.org/jira/browse/ACCUMULO-2615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bill Havanki updated ACCUMULO-2615:
-----------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

> Simplify server configuration caching and ZK watchers
> -----------------------------------------------------
>
>                 Key: ACCUMULO-2615
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2615
>             Project: Accumulo
>          Issue Type: Improvement
>            Reporter: Bill Havanki
>            Assignee: Bill Havanki
>             Fix For: 1.6.1, 1.7.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> The mechanism used for caching server-related configuration objects and processing ZK events could do with some simplification. For example:
> * The watcher objects obtain their corresponding configuration objects by reaching through the {{ServerConfiguration}} cache, instead of just having a more direct reference.
> * The watcher objects set log4j logging levels for both ZK and o.a.hadoop.io.compress to WARN, which prohibits debugging when needed. That should be done in log4j properties/XML instead.
> * Possible bug: {{NamespaceConfWatcher}} expires table configuration observers, not namespace configuration observers.
> * There is high duplication between the static and instance methods of {{ServerConfiguration}}. The class serves as both a cache container and a factory. Moreover, despite its name, it isn't actually a configuration object.
> I may be missing some subtleties of why things are as they are, so please fill me in as needed.



--
This message was sent by Atlassian JIRA
(v6.2#6252)