You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org> on 2010/09/16 01:12:33 UTC

[jira] Resolved: (HDFS-106) DataNode log message includes toString of an array

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