You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Hairong Kuang (JIRA)" <ji...@apache.org> on 2006/05/01 21:14:47 UTC

[jira] Updated: (HADOOP-183) adjust file replication factor when loading image and edits according to replication.min and replication.max

     [ http://issues.apache.org/jira/browse/HADOOP-183?page=all ]

Hairong Kuang updated HADOOP-183:
---------------------------------

    Attachment: directory.patch

The patch adjusts a file's replication factor when loaded from dfs image or edits. If the replication factor is smaller than replication.min, it is set to be replication.min. If it is bigger than replication.max, it is set to be replication.max.

> adjust file replication factor when loading image and edits according to replication.min and replication.max
> ------------------------------------------------------------------------------------------------------------
>
>          Key: HADOOP-183
>          URL: http://issues.apache.org/jira/browse/HADOOP-183
>      Project: Hadoop
>         Type: Bug

>   Components: dfs
>     Reporter: Hairong Kuang
>     Assignee: Hairong Kuang
>     Priority: Minor
>  Attachments: directory.patch
>
> Currently in dfs, when namenode starts, a file's replication factor is loaded either from image or edits. The replication factor may be smaller than replication.min or greater than replication.max.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira