Hi Tommaso, hi solr-users, i raised both maxCommitAge and maxCommitsToKeep and tracked the occurance of the "read past EOF Exception". i started with 2 commits and 60MINUTES, and now im at 15commits and 180MINUTES, but with no luck, the Exception still pops up in nearly same frequency as before (approx every 2-3 days).
Any other ideas i should give a try? -----Ursprüngliche Nachricht----- Von: Tommaso Teofili [mailto:tommaso.teof...@gmail.com] Gesendet: Mittwoch, 25. August 2010 11:30 An: solr-user@lucene.apache.org Betreff: Re: SolrException log Hi again Bastian, I would advice to arise commit points to a reasonable value considering indexing (and commit requests) and searching frequencies. Infact keeping too many commit points would waste disk space but having "enough" should prevent you from your issue. I would do some tests with small values of maxCommitsToKeep (no more than 10/20) and maxCommitAge to one of the proposed values (30MINUTES or 1DAY) and see what happens.