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

ASF GitHub Bot commented on HDFS-11148:
---------------------------------------

Github user anuengineer commented on a diff in the pull request:

    https://github.com/apache/hadoop/pull/162#discussion_r88354093
  
    --- Diff: 
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/datanode/TestDataDirs.java
 ---
    @@ -96,26 +91,4 @@ public void testDataDirParsing() throws Throwable {
         assertThat(locations.get(1).getStorageType(), is(StorageType.DISK));
         assertThat(locations.get(1).getUri(), is(dir1.toURI()));
       }
    -
    -  @Test(timeout = 30000)
    -  public void testDataDirValidation() throws Throwable {
    --- End diff --
    
    Presuming that we will have an equivalent or better test using 
storageLocationChecker ? 


> Update DataNode to use StorageLocationChecker at startup
> --------------------------------------------------------
>
>                 Key: HDFS-11148
>                 URL: https://issues.apache.org/jira/browse/HDFS-11148
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>          Components: datanode
>            Reporter: Arpit Agarwal
>            Assignee: Arpit Agarwal
>
> The DataNode can use the {{StorageLocationChecker}} introduced by HDFS-11119 
> to parallelize checking Storage Locations at process startup.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to