Re: Solr maxIndexingThreads

2014-01-05 Thread Otis Gospodnetic
Yes, I believe you got it right. Otis -- Performance Monitoring * Log Analytics * Search Analytics Solr & Elasticsearch Support * http://sematext.com/ On Sun, Jan 5, 2014 at 5:27 PM, Saumitra Srivastav < saumitra.srivast...@gmail.com> wrote: > Yes, I am using SolrCloud. > > So lets say I have a

Re: Solr maxIndexingThreads

2014-01-05 Thread Saumitra Srivastav
Yes, I am using SolrCloud. So lets say I have a 2 host cluster with 2 collections and 1 shard 1 replica for each collection. Host-1(10.0.0.111) -solr/ -collectionAAA_shard1_replica1/ -collectionBBB_shard1_replica1/ Host-2:(10.0.0.222) -solr/ -collection

Re: Solr maxIndexingThreads

2014-01-05 Thread Otis Gospodnetic
Hi, On Sun, Jan 5, 2014 at 9:59 AM, Saumitra Srivastav < saumitra.srivast...@gmail.com> wrote: > I have a solr cluster with 8 server(4 shards with one replica for each). I > have 80 client threads indexing to this cluster. Client is running on a > different machine. I am trying to figure out opti

Re: Solr maxIndexingThreads

2014-01-05 Thread Shawn Heisey
On 1/5/2014 11:56 AM, Saumitra Srivastav wrote: > But what about *maxIndexingThreads* config in solrconfig.xml. Does it apply > to the the collection or solr instance? > > For example, lets say I have two indexing clients with multiple threads, > each sending docs to 2 different collections. And

Re: Solr maxIndexingThreads

2014-01-05 Thread Saumitra Srivastav
Thanks Shawn. But what about *maxIndexingThreads* config in solrconfig.xml. Does it apply to the the collection or solr instance? For example, lets say I have two indexing clients with multiple threads, each sending docs to 2 different collections. And maxIndexingThreads is set to 8 for both col

Re: Solr maxIndexingThreads

2014-01-05 Thread Shawn Heisey
On 1/5/2014 9:19 AM, Saumitra Srivastav wrote: > Also is there a way to specify number of threads for queries? I have not seen anything like this. That doesn't mean it doesn't exist, just that I haven't seen it. The servlet container can put a limit on the total thread count. For the Jetty that

Re: Solr maxIndexingThreads

2014-01-05 Thread Saumitra Srivastav
Also is there a way to specify number of threads for queries? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-maxIndexingThreads-tp4109604p4109612.html Sent from the Solr - User mailing list archive at Nabble.com.