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 "XieXianshan (JIRA)" <ji...@apache.org> on 2011/07/18 08:20:59 UTC

[jira] [Created] (HADOOP-7465) A several tiny improvements for the LOG format

A several tiny improvements for the LOG format
----------------------------------------------

                 Key: HADOOP-7465
                 URL: https://issues.apache.org/jira/browse/HADOOP-7465
             Project: Hadoop Common
          Issue Type: Improvement
    Affects Versions: 0.23.0
            Reporter: XieXianshan
            Assignee: XieXianshan


There are several fields in the log that the space characters are missed.
For instance:
src/java/org/apache/hadoop/ipc/Client.java(248): LOG.debug("The ping interval is" + this.pingInterval + "ms.");
src/java/org/apache/hadoop/fs/LocalDirAllocator.java(235):  LOG.warn( localDirs[i] + "is not writable¥n", de);


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira