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 "Xiaoyu Yao (JIRA)" <ji...@apache.org> on 2017/09/27 02:54:00 UTC

[jira] [Created] (HDFS-12554) Ozone: Fix TestDatanodeStateMachine#testDatanodeStateMachineWithInvalidConfiguration

Xiaoyu Yao created HDFS-12554:
---------------------------------

             Summary: Ozone: Fix TestDatanodeStateMachine#testDatanodeStateMachineWithInvalidConfiguration
                 Key: HDFS-12554
                 URL: https://issues.apache.org/jira/browse/HDFS-12554
             Project: Hadoop HDFS
          Issue Type: Bug
            Reporter: Xiaoyu Yao


{{hadoop.ozone.container.common.TestDatanodeStateMachine#testDatanodeStateMachineWithInvalidConfiguration}} failure is related to this patch.

Invalid ozone.scm.datanode.id like below in the failed test used to prevent datanode from running and now it is allowed. Please update the unit test and the OzoneGetStarted.md file correspondingly.

{code}
    confList.add(Maps.immutableEntry(
        ScmConfigKeys.OZONE_SCM_DATANODE_ID, ""));
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org