You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Philip Zampino (Jira)" <ji...@apache.org> on 2019/11/21 21:40:00 UTC

[jira] [Work started] (KNOX-2134) Add caching to ZookeeperRemoteAliasService

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

Work on KNOX-2134 started by Philip Zampino.
--------------------------------------------
> Add caching to ZookeeperRemoteAliasService
> ------------------------------------------
>
>                 Key: KNOX-2134
>                 URL: https://issues.apache.org/jira/browse/KNOX-2134
>             Project: Apache Knox
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: 1.3.0
>            Reporter: Philip Zampino
>            Assignee: Philip Zampino
>            Priority: Major
>             Fix For: 1.4.0
>
>
> The ZookeeperRemoteAliasService implementation always goes to ZooKeeper to retrieve alias data. Instead, it should cache the data locally to make password retrieval much faster.
> The implementation already receives pushes from ZooKeeper when alias znodes change, so instead of only updating the associated local alias service, it can also update its own cache.
> This way, it only ever needs to go to ZooKeeper for add/remove operations.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)