Have created Jira ticket for this. https://issues.apache.org/jira/browse/AVRO-1430
On Tue, Jan 7, 2014 at 7:50 PM, Douglas Creager <[email protected]>wrote: > > Avro files i am creating have around 3 Million records in them, but i > > have seen situation where while writing my disk space fills up > > completely, i this case i don't get any errors from the library, and it > > continues without actually writing anything and either reporting, thus i > > am losing data in that file, and subsequent file are created of 0KB. > > Oof, just checked the code and it looks like this is a bug — the file > writer code isn't returning an error condition if the underlying fwrite > call returns an error. Can you open an JIRA issue for this? > > thanks > –doug > > — > Douglas Creager > RedJack, LLC > <[email protected]> > <[email protected]> > >
