[jira] Updated: (HADOOP-710) block size isn't honored

2006-11-15 Thread Doug Cutting (JIRA)
[ 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 > ---

[jira] Updated: (HADOOP-710) block size isn't honored

2006-11-14 Thread Milind Bhandarkar (JIRA)
[ 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 >

[jira] Updated: (HADOOP-710) block size isn't honored

2006-11-14 Thread Milind Bhandarkar (JIRA)
[ 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 >

[jira] Updated: (HADOOP-710) block size isn't honored

2006-11-14 Thread Milind Bhandarkar (JIRA)
[ 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

[jira] Updated: (HADOOP-710) block size isn't honored

2006-11-14 Thread Doug Cutting (JIRA)
[ 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

[jira] Updated: (HADOOP-710) block size isn't honored

2006-11-10 Thread Milind Bhandarkar (JIRA)
[ 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 > >

[jira] Updated: (HADOOP-710) block size isn't honored

2006-11-10 Thread Milind Bhandarkar (JIRA)
[ 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