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 "Nigel Daley (JIRA)" <ji...@apache.org> on 2007/03/07 00:57:24 UTC

[jira] Created: (HADOOP-1074) fsck reports different number of files with differing dfs.data.dir directories

fsck reports different number of files with differing dfs.data.dir directories
------------------------------------------------------------------------------

                 Key: HADOOP-1074
                 URL: https://issues.apache.org/jira/browse/HADOOP-1074
             Project: Hadoop
          Issue Type: Bug
          Components: dfs
    Affects Versions: 0.11.2
            Reporter: Nigel Daley


I run randomwriter twice on a formatted Namenode, each time only varying the number of directory elements in dfs.data.dir property.

When dfs.data.dir has 1 element, fsck report the following:

................................................................................Status: HEALTHY
 Total size:    47214240 B
 Total blocks:  760 (avg. block size 62124 B)
 Total dirs:    6
 Total files:   80
 Over-replicated blocks:        0 (0.0 %)
 Under-replicated blocks:       0 (0.0 %)
 Target replication factor:     3
 Real replication factor:       3.0
The filesystem under path '/' is HEALTHY

When dfs.data.dir has more than one entry, fsck reports the following:
............................................................Status: HEALTHY
 Total size:    35410680 B
 Total blocks:  570 (avg. block size 62124 B)
 Total dirs:    6
 Total files:   60
 Over-replicated blocks:        0 (0.0 %)
 Under-replicated blocks:       0 (0.0 %)
 Target replication factor:     3
 Real replication factor:       3.0
The filesystem under path '/' is HEALTHY


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HADOOP-1074) fsck reports different number of files with differing dfs.data.dir directories

Posted by "Nigel Daley (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-1074?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nigel Daley resolved HADOOP-1074.
---------------------------------

    Resolution: Invalid

This was due to a timing issue in my testing scripts.

> fsck reports different number of files with differing dfs.data.dir directories
> ------------------------------------------------------------------------------
>
>                 Key: HADOOP-1074
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1074
>             Project: Hadoop
>          Issue Type: Bug
>          Components: dfs
>    Affects Versions: 0.11.2
>            Reporter: Nigel Daley
>
> I run randomwriter twice on a formatted Namenode, each time only varying the number of directory elements in dfs.data.dir property.
> When dfs.data.dir has 1 element, fsck report the following:
> ................................................................................Status: HEALTHY
>  Total size:    47214240 B
>  Total blocks:  760 (avg. block size 62124 B)
>  Total dirs:    6
>  Total files:   80
>  Over-replicated blocks:        0 (0.0 %)
>  Under-replicated blocks:       0 (0.0 %)
>  Target replication factor:     3
>  Real replication factor:       3.0
> The filesystem under path '/' is HEALTHY
> When dfs.data.dir has more than one entry, fsck reports the following:
> ............................................................Status: HEALTHY
>  Total size:    35410680 B
>  Total blocks:  570 (avg. block size 62124 B)
>  Total dirs:    6
>  Total files:   60
>  Over-replicated blocks:        0 (0.0 %)
>  Under-replicated blocks:       0 (0.0 %)
>  Target replication factor:     3
>  Real replication factor:       3.0
> The filesystem under path '/' is HEALTHY

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.