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 "dragon (JIRA)" <ji...@apache.org> on 2016/03/15 09:15:36 UTC

[jira] [Created] (HDFS-10002) CLONE - getStoragePolicy() regards HOT policy as EC policy

dragon created HDFS-10002:
-----------------------------

             Summary: CLONE - getStoragePolicy() regards HOT policy as EC policy
                 Key: HDFS-10002
                 URL: https://issues.apache.org/jira/browse/HDFS-10002
             Project: Hadoop HDFS
          Issue Type: Sub-task
            Reporter: dragon
            Assignee: Takanobu Asanuma
             Fix For: HDFS-7285


Now, {{testStoragePoliciesCK()}} in {{TestFsck}} is failed in EC branch.

A part of the test result is below:
{noformat}
A part of the test result is odd:
Blocks NOT satisfying the specified storage policy:
Storage Policy                  Specified Storage Policy      # of blocks       % of blocks
DISK:3(EC)                          HOT                           1              33.3333%
{noformat}

I found that {{getStoragePolicy(StorageType[] storageTypes)}} in {{StoragePolicySummary}} regarding HOT policy as EC policy. We should fix this problem.




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