Re: [io] Tailer returning partial lines returned when EOF before newline

2011-05-25 Thread frankgrimes97
FYI, I have created the following bug report in JIRA for this issue: https://issues.apache.org/jira/browse/IO-274 Frank Grimes On Tue, May 24, 2011 at 1:32 PM, frankgrimes97 frankgrime...@gmail.comwrote: Hi All, We are using org.apache.commons.io.input.Tailer to process log files

[io] Tailer returning partial lines returned when EOF before newline

2011-05-24 Thread frankgrimes97
Hi All, We are using org.apache.commons.io.input.Tailer to process log files for insertion into a database. What we are seeing is that occasionally a line fails to process because it is incomplete. In reviewing the code, it appears that Tailer.readLines delegates to

Re: [io] Tailer returning partial lines returned when EOF before newline

2011-05-24 Thread frankgrimes97
= new File(getTestDirectory(),nosuchfile); On Tue, May 24, 2011 at 1:32 PM, frankgrimes97 frankgrime...@gmail.comwrote: Hi All, We are using org.apache.commons.io.input.Tailer to process log files for insertion into a database. What we are seeing is that occasionally a line fails