[
https://issues.apache.org/jira/browse/HDFS-106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tsz Wo (Nicholas), SZE resolved HDFS-106.
-----------------------------------------
Resolution: Not A Problem
Thanks Rong-En for checking it. Closing.
> DataNode log message includes toString of an array
> --------------------------------------------------
>
> Key: HDFS-106
> URL: https://issues.apache.org/jira/browse/HDFS-106
> Project: Hadoop HDFS
> Issue Type: Bug
> 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.