You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Charles Lamb (JIRA)" <ji...@apache.org> on 2014/05/28 20:13:01 UTC

[jira] [Created] (HDFS-6457) Maintain a list of all the Encryption Zones in the file system

Charles Lamb created HDFS-6457:
----------------------------------

             Summary: Maintain a list of all the Encryption Zones in the file system
                 Key: HDFS-6457
                 URL: https://issues.apache.org/jira/browse/HDFS-6457
             Project: Hadoop HDFS
          Issue Type: Sub-task
          Components: namenode, security
            Reporter: Charles Lamb


We need to maintain a list of all encryption zones in the file system so that we can ask questions about what EZ a path belongs to, if any, and let the admin know all the EZs in the system.

[~andrew.wang] Why not just have a sorted structure with pointers to all the roots of the EZs? We can populate it during metadata loading on startup, and keep it updated during runtime.



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