Re: Solrcloud error on finding active nodes.

2016-01-28 Thread Shawn Heisey
On 1/28/2016 12:15 AM, Pranaya Behera wrote: > I have checked in the admin UI and now I have created 3 shards 2 > replicas for each shard and 1 shard per node. This is what I get: > > {"card":{ "replicationFactor":"2", "router":{"name":"compositeId"}, > "maxShardsPerNode":"1", "autoAddReplicas"

Re: Solrcloud error on finding active nodes.

2016-01-27 Thread Pranaya Behera
Its only happening when I specify the createNodeSet (list of nodes comma separated). If I remove this then it works as expected. On Thursday 28 January 2016 12:45 PM, Pranaya Behera wrote: Hi, I have checked in the admin UI and now I have created 3 shards 2 replicas for each shard and 1 sh

Re: Solrcloud error on finding active nodes.

2016-01-27 Thread Pranaya Behera
Hi, I have checked in the admin UI and now I have created 3 shards 2 replicas for each shard and 1 shard per node. This is what I get: {"card":{ "replicationFactor":"2", "router":{"name":"compositeId"}, "maxShardsPerNode":"1", "autoAddReplicas":"false", "shards":{ "shard1":{ "range":"8000

Re: Solrcloud error on finding active nodes.

2016-01-27 Thread Pranaya Behera
Hi, I am using solr 5.4.0. In the admin ui i can see for each node there are 2 shards with leader color. zookeeper is configured correctly as in the using the example config only on standalone server. On Thursday 28 January 2016 03:16 AM, Susheel Kumar wrote: Hi, I haven't seen this err

Re: Solrcloud error on finding active nodes.

2016-01-27 Thread Susheel Kumar
Hi, I haven't seen this error before but which version of Solr you are using & assume zookeeper is configured correctly. Do you see nodes down/active/leader etc. under Cloud in Admin UI? Thanks, Susheel On Wed, Jan 27, 2016 at 11:51 AM, Pranaya Behera wrote: > Hi, > I have created one sol