Re: Data inconsistencies and updates in solrcloud

2017-11-21 Thread Tom Barber
Thanks Erick! As I said, user error! ;) Tom On 21/11/17 22:41, Erick Erickson wrote: I think you're confusing shards with replicas. numShards is 2, each with one replica. Therefore half of your docs will wind up on one replica and half on the other. If you're adding a single doc, by

Re: Data inconsistencies and updates in solrcloud

2017-11-21 Thread Erick Erickson
I think you're confusing shards with replicas. numShards is 2, each with one replica. Therefore half of your docs will wind up on one replica and half on the other. If you're adding a single doc, by definition it'll be placed on only one of the two shards. If your shards had multiple replicas,

Data inconsistencies and updates in solrcloud

2017-11-21 Thread Tom Barber
Hi folks I can't find an answer to this, and its clearly user error, we have a collection in solrcloud that is started numShards=2 replicationFactor=1 solr seems happy the collection seems happy. Yet when we post and update to it and then look at the record again, it seems to only affect one