[
https://issues.apache.org/jira/browse/HADOOP-4629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pete Wyckoff updated HADOOP-4629:
---------------------------------
Fix Version/s: 0.20.0
Assignee: Pete Wyckoff
Hadoop Flags: [Incompatible change]
Status: Patch Available (was: Open)
now returns -1 on EOF rather than 0.
> libhdfs sets read return code to 0 when hadoop returns < 0
> -----------------------------------------------------------
>
> Key: HADOOP-4629
> URL: https://issues.apache.org/jira/browse/HADOOP-4629
> Project: Hadoop Core
> Issue Type: Bug
> Components: libhdfs
> Affects Versions: 0.19.0, 0.20.0
> Reporter: Pete Wyckoff
> Assignee: Pete Wyckoff
> Fix For: 0.20.0
>
> Attachments: HADOOP-4629.txt
>
>
> libhdfs is changing the return code to 0 whenever hadoop returns < 0 on a
> read. This means EOF cannot be determined correctly since it should have a
> return code of -1.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.