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.

Reply via email to