RE: solr query gives different numFound upon refreshing

2014-09-16 Thread Joshi, Shital
] Sent: Thursday, September 04, 2014 6:07 PM To: solr-user@lucene.apache.org Subject: Re: solr query gives different numFound upon refreshing Does this persist if you issue a hard commit? You can do something like http://solr/collection/update?stream.body= On Thu, Sep 4, 2014 at 2:19 PM, shamik

Re: solr query gives different numFound upon refreshing

2014-09-04 Thread Erick Erickson
r through zookeeper, even with that it seemed to be unavoidable at times. > We are committing every 10 mins. I'm pretty much sure there's a minor glitch > which creates a sync issue at times. > > > > -- > View this message in context: > http://lucene.

Re: solr query gives different numFound upon refreshing

2014-09-04 Thread shamik
s. -- View this message in context: http://lucene.472066.n3.nabble.com/solr-query-gives-different-numFound-upon-refreshing-tp4155414p4157026.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: solr query gives different numFound upon refreshing

2014-08-29 Thread Erick Erickson
8T16:17:24.829Z > > registeredAt: 2014-08-28T16:21:02.278Z > > warmupTime: 65727 > > > > Thanks for all help. > > > > > > -Original Message- > > From: Shawn Heisey [mailto:s...@elyograg.org] > > Sent: Wednesday, August 27, 2014

RE: solr query gives different numFound upon refreshing

2014-08-29 Thread Joshi, Shital
not the warmupTime? > > openedAt: 2014-08-28T16:17:24.829Z > registeredAt: 2014-08-28T16:21:02.278Z > warmupTime: 65727 > > Thanks for all help. > > > -Original Message- > From: Shawn Heisey [mailto:s...@elyograg.org] > Sent: Wednesday, August 27, 2014

Re: solr query gives different numFound upon refreshing

2014-08-28 Thread Erick Erickson
; > openedAt: 2014-08-28T16:17:24.829Z > registeredAt: 2014-08-28T16:21:02.278Z > warmupTime: 65727 > > Thanks for all help. > > > -Original Message- > From: Shawn Heisey [mailto:s...@elyograg.org] > Sent: Wednesday, August 27, 2014 2:37 PM > To: s

RE: solr query gives different numFound upon refreshing

2014-08-28 Thread Joshi, Shital
@lucene.apache.org Subject: Re: solr query gives different numFound upon refreshing On 8/27/2014 10:44 AM, Bryan Bende wrote: > Theoretically this shouldn't happen, but is it possible that the two > replicas for a given shard are not fully in sync? > > Say shard1 replica1 is missing a do

Re: solr query gives different numFound upon refreshing

2014-08-27 Thread Shawn Heisey
On 8/27/2014 10:44 AM, Bryan Bende wrote: > Theoretically this shouldn't happen, but is it possible that the two > replicas for a given shard are not fully in sync? > > Say shard1 replica1 is missing a document that is in shard1 replica2... if > you run a query that would hit on that document and r

Re: solr query gives different numFound upon refreshing

2014-08-27 Thread Bryan Bende
Theoretically this shouldn't happen, but is it possible that the two replicas for a given shard are not fully in sync? Say shard1 replica1 is missing a document that is in shard1 replica2... if you run a query that would hit on that document and run it a bunch of times, sometimes replica 1 will ha

solr query gives different numFound upon refreshing

2014-08-27 Thread Joshi, Shital
Hi, We have SolrCloud cluster (5 shards and 2 replicas) on 10 boxes. We have three collections. We recently upgraded from 4.4.0 from 4.8. We have ~850 mil documents. We are facing an issue where refreshing a Solr query may give different results (number of documents returned). This issue is se