[ 
https://issues.apache.org/jira/browse/HDFS-14464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wei-Chiu Chuang updated HDFS-14464:
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 2.9.3
                   2.10.0
           Status: Resolved  (was: Patch Available)

Pushed the 000 patch to branch-2 and branch-2.9 Thanks [~csun]!

> Remove unnecessary log message from DFSInputStream
> --------------------------------------------------
>
>                 Key: HDFS-14464
>                 URL: https://issues.apache.org/jira/browse/HDFS-14464
>             Project: Hadoop HDFS
>          Issue Type: Bug
>            Reporter: Kihwal Lee
>            Assignee: Chao Sun
>            Priority: Trivial
>             Fix For: 2.10.0, 2.9.3
>
>         Attachments: HDFS-14464-branch-2.000.patch
>
>
> This was added by HDFS-8703.  This usually don't come out unless user makes 
> 0-byte read calls, which does happen.
> {code:java}
>  if (ret == 0) {
>    DFSClient.LOG.warn("zero");
>  }
> {code}
> This was removed by HDFS-8905 in trunk and 3.x, but remained in 2.x.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to