On Thu, Apr 12, 2012 at 10:42 PM, Rohit <ro...@in-rev.com> wrote:
> The machine has a total ram of around 46GB. My Biggest concern is Solr index 
> time gradually increasing and then the commit stops because of timeouts, out 
> commit rate is very high, but I am not able to find the root cause of the 
> issue.

The difference you're seeing between 3.1 and 3.5 may be due to a bug
in the former where fsync was not being called:
https://issues.apache.org/jira/browse/LUCENE-3418

> We commit every 5000 documents

If you are doing bulk indexing, wait until the end to commit.
Upcoming Solr4 has near realtime (soft commit) support to make doing
frequent commits (for the purposes of visibility) less expensive.

-Yonik
lucenerevolution.com - Lucene/Solr Open Source Search Conference.
Boston May 7-10

Reply via email to