On Thu, Dec 6, 2012 at 8:08 PM, sausarkar <sausar...@ebay.com> wrote:
> Ok we think we found out the issue here. When solrcloud is started without
> specifying numShards argument solrcloud starts with a single shard but still
> thinks that there are multiple shards, so it forwards every single query to
> all the nodes in the cloud.

Yeah, if you don't specify numShards when creating the collection, you
go into custom sharding mode.
When bringing up new cores, you need to say what shard it represents
(and by default solr will assume it's a new shard).

-Yonik
http://lucidworks.com

Reply via email to