[ 
https://issues.apache.org/jira/browse/HDFS-14512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16851563#comment-16851563
 ] 

Hudson commented on HDFS-14512:
-------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #16627 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/16627/])
HDFS-14512. ONE_SSD policy will be violated while write data with (weichiu: rev 
c1caab40f27e3e4f58ff1b5ef3e93efc56bbecbe)
* (edit) 
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/BlockPlacementPolicyDefault.java
* (edit) 
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestDistributedFileSystem.java
* (edit) 
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/BlockPlacementPolicy.java


> ONE_SSD policy will be violated while write data with 
> DistributedFileSystem.create(....favoredNodes)
> ----------------------------------------------------------------------------------------------------
>
>                 Key: HDFS-14512
>                 URL: https://issues.apache.org/jira/browse/HDFS-14512
>             Project: Hadoop HDFS
>          Issue Type: Bug
>            Reporter: Shen Yinjie
>            Assignee: Ayush Saxena
>            Priority: Major
>             Fix For: 2.10.0, 3.0.4, 3.3.0, 2.8.6, 3.2.1, 2.9.3, 3.1.3
>
>         Attachments: HDFS-14512-01.patch, HDFS-14512-02.patch, 
> HDFS-14512.branch-2.8.patch, HDFS-14512.branch-2.patch, TestToRepro.patch
>
>
> Reproduce steps:
> 1.setStoragePolicy ONE_SSD for a path A;
> 2. client  write data to path A by 
> DistributedFileSystem.create(...favoredNodes) and Passing parameter 
> favoredNodes
> then, three replicas of file in this path will be located in 2 SSD  and 
> 1DISK,which is violating the ONE_SSD policy. 
> Not sure am I clear?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to