RE: [VOTE] Avro release 1.5.0 (rc 2)

2011-03-04 Thread Thiruvalluvan M G
Doug, If we can have a follow up release soon, that is fine with me. I created Jira https://issues.apache.org/jira/browse/AVRO-775 and attached the patch and set target version 1.5.1. I'll change my vote to +0, then. [My sent box does show there is an attachment avro.patch, it's strange that you

[jira] Updated: (AVRO-775) File handle leak in DataFileReader

2011-03-04 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-775: - Status: Patch Available (was: Open) > File handle leak in DataFileReader > ---

[jira] Updated: (AVRO-775) File handle leak in DataFileReader

2011-03-04 Thread Thiruvalluvan M. G. (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thiruvalluvan M. G. updated AVRO-775: - Attachment: AVRO-775.patch This patch addresses the problem. > File handle leak in DataFil

[jira] Created: (AVRO-775) File handle leak in DataFileReader

2011-03-04 Thread Thiruvalluvan M. G. (JIRA)
File handle leak in DataFileReader -- Key: AVRO-775 URL: https://issues.apache.org/jira/browse/AVRO-775 Project: Avro Issue Type: Bug Components: java Affects Versions: 1.5.0 Environment

Re: [VOTE] Avro release 1.5.0 (rc 2)

2011-03-04 Thread Doug Cutting
We could perhaps fix this in 1.5.1 instead. The more important thing about 1.5.0 is that it establishes an API compatibility level. Being bug-free is secondary, since we can fix bugs in dot releases. For example, we could release 1.5.0 today and release 1.5.1 next week that fixes this and any ot

RE: [VOTE] Avro release 1.5.0 (rc 2)

2011-03-04 Thread Thiruvalluvan M G
-1. There is a file handle leak in Java's DataFileReader. When a DataFileReader is constructed by passing it a java.io.File and the is subsequently closed, the underlying FileInputStream is not getting closed. It manifests as an error in mapreduce tests in Windows machines. The files produced by m