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
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 wrote: > I've noticed similar behavior with our Solr cloud cluster for a while, it's > random though. We've 2 shards with 3 replicas each.

Re: solr query gives different numFound upon refreshing

2014-09-04 Thread shamik
I've noticed similar behavior with our Solr cloud cluster for a while, it's random though. We've 2 shards with 3 replicas each. At times, I've observed that the same query on refresh will fetch different results (numFound) as well as the content. The only way to mitigate is to refresh the index wit

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