[ 
https://issues.apache.org/jira/browse/HDFS-6942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14117924#comment-14117924
 ] 

Akira AJISAKA commented on HDFS-6942:
-------------------------------------

Thanks [~rchiang] for the patch. Looks good to me.
By the way, I found another typo 'targests' in DataNode.java.
{code}
      if (DataTransferProtocol.LOG.isDebugEnabled()) {
        DataTransferProtocol.LOG.debug(getClass().getSimpleName() + ": "
            + b + " (numBytes=" + b.getNumBytes() + ")"
            + ", stage=" + stage
            + ", clientname=" + clientname
            + ", targests=" + Arrays.asList(targets));
      }
{code}
Would you include fixing the typo in the patch?

> Fix typos in log messages
> -------------------------
>
>                 Key: HDFS-6942
>                 URL: https://issues.apache.org/jira/browse/HDFS-6942
>             Project: Hadoop HDFS
>          Issue Type: Bug
>    Affects Versions: 2.5.0
>            Reporter: Ray Chiang
>            Assignee: Ray Chiang
>            Priority: Trivial
>              Labels: newbie
>         Attachments: HDFS-6942-01.patch
>
>
> There are a bunch of typos in log messages. HADOOP-10946 was initially 
> created, but may have failed due to being in multiple components. Try fixing 
> typos on a per-component basis.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to