Re: Autocommit, opensearchers and ingestion

2014-07-31 Thread rulinma
good -- View this message in context: http://lucene.472066.n3.nabble.com/Autocommit-opensearchers-and-ingestion-tp4119604p4150558.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Autocommit, opensearchers and ingestion

2014-02-26 Thread Mark Miller
On Feb 26, 2014, at 5:24 PM, Joel Cohen wrote: > he's told me that he's doing commits in his SolrJ code > every 1000 items (configurable). Does that override my Solr server settings? Yes. Even if you have configured autocommit - explicit commits are explicit commits that happen on demand. Ge

Re: Autocommit, opensearchers and ingestion

2014-02-26 Thread Joel Cohen
I read that blog too! Great info. I've bumped up the commit times and turned the ingestion up a bit as well. I've upped hard commit to 5 minutes and the soft commit to 60 seconds. ${solr.autoCommit.maxTime:30} false ${solr.autoSoftCommit.maxTime:6}

Re: Autocommit, opensearchers and ingestion

2014-02-25 Thread Erick Erickson
Gopal: I'm glad somebody noticed that blog! Joel: For bulk loads it's a Good Thing to lengthen out your soft autocommit interval. A lot. Every second poor Solr is trying to open up a new searcher while you're throwing lots of documents at it. That's what's generating the "too many searchers" probl

Re: Autocommit, opensearchers and ingestion

2014-02-25 Thread Gopal Patwa
This blog by Eric will help you to understand different commit option and transaction logs and it does provide some recommendation for ingestion process. http://searchhub.org/2013/08/23/understanding-transaction-logs-softcommit-and-commit-in-sorlcloud/ On Tue, Feb 25, 2014 at 11:40 AM, Furkan KA

Re: Autocommit, opensearchers and ingestion

2014-02-25 Thread Furkan KAMACI
Hi; You should read here: http://wiki.apache.org/solr/FAQ#What_does_.22exceeded_limit_of_maxWarmingSearchers.3DX.22_mean.3F On the other hand do you have 4 Zookeeper instances as a quorum? Thanks; Furkan KAMACI 2014-02-25 20:31 GMT+02:00 Joel Cohen : > Hi all, > > I'm working with Solr 4.6.1

Autocommit, opensearchers and ingestion

2014-02-25 Thread Joel Cohen
Hi all, I'm working with Solr 4.6.1 and I'm trying to tune my ingestion process. The ingestion runs a big DB query and then does some ETL on it and inserts via SolrJ. I have a 4 node cluster with 1 shard per node running in Tomcat with -Xmx=4096M. Each node has a separate instance of Zookeeper on