You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Nigel Daley (JIRA)" <ji...@apache.org> on 2007/05/16 20:41:16 UTC

[jira] Created: (HADOOP-1378) DataNode log message includes toString of an array

DataNode log message includes toString of an array
--------------------------------------------------

                 Key: HADOOP-1378
                 URL: https://issues.apache.org/jira/browse/HADOOP-1378
             Project: Hadoop
          Issue Type: Bug
          Components: dfs
    Affects Versions: 0.9.0
            Reporter: Nigel Daley
            Priority: Minor
             Fix For: 0.14.0


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.