You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Christopher Tubbs (JIRA)" <ji...@apache.org> on 2014/12/02 00:31:16 UTC

[jira] [Updated] (ACCUMULO-3375) Move user and permission data into a table

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

Christopher Tubbs updated ACCUMULO-3375:
----------------------------------------
    Priority: Minor  (was: Major)

> Move user and permission data into a table
> ------------------------------------------
>
>                 Key: ACCUMULO-3375
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3375
>             Project: Accumulo
>          Issue Type: Improvement
>            Reporter: Josh Elser
>            Priority: Minor
>
> We currently use ZooKeeper to store the user database (name and password) in addition to the authorizations and permissions for each user.
> ZooKeeper is designed for distributed configuration and synchronization/coordination tasks; it is not designed to be a persistent store. In this case it would be better to use a table to manage this information.
> I think this might reduce some complexity in managing that database, notably better recovery if ZK dies for some reason. Having a table might trivialize import/export of the user database (ACCUMULO-1722 is what made me think of this).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)