Concurrent Updates

2019-04-02 Thread Mark Johnson
We have a SolrCloud cluster (of 3 nodes) running solr 6.4.2. Every night, we delete and recreate our whole catalog. In this process, we're simultaneously running a query which recreates the product catalog (which includes child documents of a different type) and a query that creates a third documen

Re: Concurrent updates/commits

2011-02-09 Thread Savvas-Andreas Moysidis
t;> I read this as "If two client submit modifications and commits every >> couple >> >> of minutes, it could happen that modifications of client1 got committed >> by >> >> client2's commit before client1 asks for a commit." >> >> >>

Re: Concurrent updates/commits

2011-02-09 Thread Savvas-Andreas Moysidis
; couple > >> of minutes, it could happen that modifications of client1 got committed > by > >> client2's commit before client1 asks for a commit." > >> > >> As far as I understand Solr commit, they are serialized by design. And > >> committi

RE: Concurrent updates/commits

2011-02-09 Thread Pierre GOSSE
sidis [mailto:savvas.andreas.moysi...@googlemail.com] Envoyé : mercredi 9 février 2011 17:04 À : solr-user@lucene.apache.org Objet : Re: Concurrent updates/commits Hello, Thanks very much for your quick replies. So, according to Pierre, all updates will be immediately posted to Solr, but all commits wi

Re: Concurrent updates/commits

2011-02-09 Thread Em
Regards, Em -- View this message in context: http://lucene.472066.n3.nabble.com/Concurrent-updates-commits-tp2459222p2459522.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Concurrent updates/commits

2011-02-09 Thread Walter Underwood
, they are serialized by design. And >> committing too often could lead you to trouble if you have many warm-up >> queries (?). >> >> Hope this helps, >> >> Pierre >> -Message d'origine- >> De : Savvas-Andreas Moysidis [mailto: >> sav

Re: Concurrent updates/commits

2011-02-09 Thread Savvas-Andreas Moysidis
Hope this helps, > > Pierre > -Message d'origine- > De : Savvas-Andreas Moysidis [mailto: > savvas.andreas.moysi...@googlemail.com] > Envoyé : mercredi 9 février 2011 16:34 > À : solr-user@lucene.apache.org > Objet : Concurrent updates/commits > > Hello, > &

RE: Concurrent updates/commits

2011-02-09 Thread Pierre GOSSE
l.com] Envoyé : mercredi 9 février 2011 16:34 À : solr-user@lucene.apache.org Objet : Concurrent updates/commits Hello, This topic has probably been covered before here, but we're still not very clear about how multiple commits work in Solr. We currently have a requirement to make our domain object

RE: Concurrent updates/commits

2011-02-09 Thread Jonathan Rochkind
roblem somewhat, depending on the nature of your commits. Jonathan From: Savvas-Andreas Moysidis [savvas.andreas.moysi...@googlemail.com] Sent: Wednesday, February 09, 2011 10:34 AM To: solr-user@lucene.apache.org Subject: Concurrent updates/commits He