Re: Committing when indexing in parallel

2013-09-15 Thread Phani Chaitanya
Thanks Jack. In this case my question is just out of curiosity around what happens in the scenario I mentioned. Nothing else. Regards, Phani. - Phani Chaitanya -- View this message in context: http://lucene.472066.n3.nabble.com/Committing-when-indexing-in-parallel-tp4089953p4090243.html

Re: Committing when indexing in parallel

2013-09-15 Thread Yonik Seeley
On Fri, Sep 13, 2013 at 5:21 PM, Phani Chaitanya pvempaty@gmail.com wrote: I'm wondering what happens to commit while we are indexing in parallel in Solr. Are the indexing update requests blocked until the commit finishes ? Nope. The add (updates) and commit can proceed in parallel.

Re: Committing when indexing in parallel

2013-09-15 Thread Phani Chaitanya
Thanks Yonik. - Phani Chaitanya -- View this message in context: http://lucene.472066.n3.nabble.com/Committing-when-indexing-in-parallel-tp4089953p4090246.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Committing when indexing in parallel

2013-09-14 Thread Erick Erickson
wondering about what is the behavior of Solr in the above case. - Phani Chaitanya -- View this message in context: http://lucene.472066.n3.nabble.com/Committing-when-indexing-in-parallel-tp4089953.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Committing when indexing in parallel

2013-09-14 Thread Phani Chaitanya
in context: http://lucene.472066.n3.nabble.com/Committing-when-indexing-in-parallel-tp4089953p4090120.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Committing when indexing in parallel

2013-09-14 Thread Amit Jha
-- View this message in context: http://lucene.472066.n3.nabble.com/Committing-when-indexing-in-parallel-tp4089953.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Committing when indexing in parallel

2013-09-14 Thread Jack Krupansky
-user@lucene.apache.org Subject: Re: Committing when indexing in parallel Thanks Erick. I completely did not get the point you are trying to make w.r.t my question. I'll add it again according to your example. In the example you gave w.r.t P1.1, P2.1, P1.2, P2.2 and P1 issues a commit, I understand

Committing when indexing in parallel

2013-09-13 Thread Phani Chaitanya
to the index in that scenario. Are the P2 indexing requests blocked until P1 commit request finishes ? I'm just wondering about what is the behavior of Solr in the above case. - Phani Chaitanya -- View this message in context: http://lucene.472066.n3.nabble.com/Committing-when-indexing