[ http://issues.apache.org/jira/browse/HADOOP-710?page=all ]
Doug Cutting updated HADOOP-710:
Status: Resolved (was: Patch Available)
Resolution: Fixed
I just committed this. Thanks, Milind!
> block size isn't honored
> ---
[ http://issues.apache.org/jira/browse/HADOOP-710?page=all ]
Milind Bhandarkar updated HADOOP-710:
-
Status: Patch Available (was: Open)
Patch available.
> block size isn't honored
>
>
> Key: HADOOP-710
>
[ http://issues.apache.org/jira/browse/HADOOP-710?page=all ]
Milind Bhandarkar updated HADOOP-710:
-
Attachment: small-block.patch
Updated patch attached.
> block size isn't honored
>
>
> Key: HADOOP-710
>
[ http://issues.apache.org/jira/browse/HADOOP-710?page=all ]
Milind Bhandarkar updated HADOOP-710:
-
Attachment: (was: small-block.patch)
> block size isn't honored
>
>
> Key: HADOOP-710
> U
[ http://issues.apache.org/jira/browse/HADOOP-710?page=all ]
Doug Cutting updated HADOOP-710:
Status: Open (was: Patch Available)
You should parenthesize that subtraction. (a - b) -c is not the same as a - (b
- c), and we shouldn't require developers
[ http://issues.apache.org/jira/browse/HADOOP-710?page=all ]
Milind Bhandarkar updated HADOOP-710:
-
Status: Patch Available (was: In Progress)
Fix Version/s: 0.9.0
Patch available.
> block size isn't honored
>
>
[ http://issues.apache.org/jira/browse/HADOOP-710?page=all ]
Milind Bhandarkar updated HADOOP-710:
-
Attachment: small-block.patch
Patch attached. This patch fixes the bug in DFSOutputStream. It also contains a
unit test to reproduce the bug in the a