Re: Getting "Error getting file length for [segments_5]" warnings in Solr 6.4.0

2017-02-15 Thread Peter Matthew Eichman
Shawn, We have confirmed that yes, this is just log noise, and possibly related to the admin interface and not the actual indexing process. As for indexing stopping, that was not actually the case. I got confused about how many documents were in the collection I was indexing, and thought there

Re: Getting "Error getting file length for [segments_5]" warnings in Solr 6.4.0

2017-02-14 Thread Shawn Heisey
On 2/14/2017 9:57 AM, Peter Matthew Eichman wrote: > I am running Solr 6.4.0, and while I am attempting to index my Fedora > 4 data, I keep getting warning messages in my solr.log: "WARN > (qtp401424608-18) [ x:fedora4] o.a.s.h.a.LukeRequestHandler Error > getting file length for [segments_5]".

Re: Getting "Error getting file length for [segments_5]" warnings in Solr 6.4.0

2017-02-14 Thread Peter Matthew Eichman
It is not. This is happening for other segment files, not just segment_5, too. On Tue, Feb 14, 2017 at 12:04 PM, David Hastings < hastings.recurs...@gmail.com> wrote: > well, if you look at the error: > NoSuchFileException > > its looking for the segment file for generation 5, are you sure its >

Getting "Error getting file length for [segments_5]" warnings in Solr 6.4.0

2017-02-14 Thread Peter Matthew Eichman
Hello all, I am running Solr 6.4.0, and while I am attempting to index my Fedora 4 data, I keep getting warning messages in my solr.log: "WARN (qtp401424608-18) [ x:fedora4] o.a.s.h.a.LukeRequestHandler Error getting file length for [segments_5]". And after that, the indexing stops, and the

Re: Getting "Error getting file length for [segments_5]" warnings in Solr 6.4.0

2017-02-14 Thread David Hastings
well, if you look at the error: NoSuchFileException its looking for the segment file for generation 5, are you sure its present? On Tue, Feb 14, 2017 at 11:57 AM, Peter Matthew Eichman wrote: > Hello all, > > I am running Solr 6.4.0, and while I am attempting to index my