[
https://issues.apache.org/jira/browse/HADOOP-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12609526#action_12609526
]
Rong-En Fan commented on HADOOP-1378:
-------------------------------------
I don't think it's a problem in 0.17.1 which I just checked.
> DataNode log message includes toString of an array
> --------------------------------------------------
>
> Key: HADOOP-1378
> URL: https://issues.apache.org/jira/browse/HADOOP-1378
> Project: Hadoop Core
> Issue Type: Bug
> Components: dfs
> Affects Versions: 0.9.0
> Reporter: Nigel Daley
> Priority: Minor
>
> DataNode.java line 596:
> LOG.info("Starting thread to transfer block " + blocks[i] + " to " +
> xferTargets[i]);
> xferTargets is a two dimensional array, so this line calls toString on the
> array referenced by xferTargets[i].
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.