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-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org