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

Mingliang Liu commented on HDFS-10381:
--------------------------------------

Is this for {{DataStreamer}}? Perhaps we can set the component field as 
{{hdfs-client}}.

> DataNode exclusion log message should be a warning
> --------------------------------------------------
>
>                 Key: HDFS-10381
>                 URL: https://issues.apache.org/jira/browse/HDFS-10381
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: datanode
>    Affects Versions: 2.6.0
>            Reporter: John Zhuge
>            Assignee: John Zhuge
>            Priority: Minor
>
> When adding a DN to {{excludedNodes}}, it should log a warning message 
> instead of info.
> {code}
>       success = createBlockOutputStream(nodes, storageTypes, 0L, false);
>       if (!success) {
>         LOG.info("Abandoning " + block);
>         dfsClient.namenode.abandonBlock(block, stat.getFileId(), src,
>             dfsClient.clientName);
>         block = null;
>         final DatanodeInfo badNode = nodes[errorState.getBadNodeIndex()];
>         LOG.info("Excluding datanode " + badNode);
>         excludedNodes.put(badNode, badNode);
>       }
> {code}



--
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