Ning Sheng created HDFS-16051: --------------------------------- Summary: Misspelt words in DataXceiver.java line 881 and line 885 Key: HDFS-16051 URL: https://issues.apache.org/jira/browse/HDFS-16051 Project: Hadoop HDFS Issue Type: Bug Reporter: Ning Sheng Assignee: Ning Sheng
Misspelt words in DataXceiver.java line 881 and line 885. {code:java} LOG.error("{}:Exception transfering block {} to mirror {}", datanode, block, mirrorNode, e); LOG.info("{}:Exception transfering {} to mirror {}- continuing " + "without the mirror", datanode, block, mirrorNode, e); {code} change transfering to transferring -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org