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

Jing Zhao updated HDFS-7076:
----------------------------
    Attachment: HDFS-7076.000.patch

Preliminary patch depending on HDFS-7081.

Main changes:
# Add a new API for admin to add/set a new storage policy. The admin can also 
use this API to specify if the new policy should be the default policy. The old 
policy can be replaced.
# Persist storage policies in editlog and fsimage.

> Persist Block Storage Policy in FSImage and Edit Log
> ----------------------------------------------------
>
>                 Key: HDFS-7076
>                 URL: https://issues.apache.org/jira/browse/HDFS-7076
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>          Components: balancer, namenode
>            Reporter: Jing Zhao
>            Assignee: Jing Zhao
>         Attachments: HDFS-7076.000.patch
>
>
> Currently block storage policies are loaded from a XML file. This may lead to 
> policy inconsistency if the content of the XML gets modified or if the XML 
> file is replaced by mistake. Thus it is better to persist policies in 
> editlog/fsimage.
> Specifically we plan to do the following in this jira:
> # Add new DistributedFileSystem API for getting all the existing storage 
> policies
> # Add new DistributedFileSystem/HdfsAdmin API for adding a new storage 
> policy. The new storage policy is then persisted in editlog and later fsimage 
> while checkpointing.



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

Reply via email to