Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 687D8200BE3 for ; Thu, 17 Nov 2016 00:19:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 673AD160B08; Wed, 16 Nov 2016 23:19:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B29FB160B13 for ; Thu, 17 Nov 2016 00:18:59 +0100 (CET) Received: (qmail 5347 invoked by uid 500); 16 Nov 2016 23:18:58 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 5285 invoked by uid 99); 16 Nov 2016 23:18:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Nov 2016 23:18:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8DED62C4C73 for ; Wed, 16 Nov 2016 23:18:58 +0000 (UTC) Date: Wed, 16 Nov 2016 23:18:58 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-11148) Update DataNode to use StorageLocationChecker at startup MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 16 Nov 2016 23:19:00 -0000 [ 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-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org