Try sending requests to your shards with &distrib=false. See if the results agree with the SolrCloud graph or whether the docs you get back are inconsistent with the shard labels in the admin page. The &distrib=false bit keeps the query from going to other shards and will tell you if the current state is consistent or not.....
Best Erick On Tue, Jun 25, 2013 at 1:02 AM, Shalin Shekhar Mangar <shalinman...@gmail.com> wrote: > Firstly, using 1 zookeeper machine is not at all ideal. See > http://wiki.apache.org/hadoop/ZooKeeper/FAQ#A7 > > I've never personally seen such an issue. Can you give screen shots of > the cloud graph on each node? Use an image hosting service because the > mailing list won't allow attachments. > > On Tue, Jun 18, 2013 at 2:07 PM, Ophir Michaeli <micha...@wesee.com> wrote: >> Hi, >> >> I built a 2 shards and 2 replicas system that works ok on a local machine, 1 >> zookeeper on shard 1. >> It appears ok on the solar monitor page, cloud tab >> (http://localhost:8983/solr/#/~cloud). >> When I move to using different machines, each shard/replica on a different >> machine I get a wrong cloud-graph on the Solr monitoring page. >> The machine that has Shard 2 appears on the graph on shard 1, and the >> replicas are also mixed, shard 2 appears as 1 and shard 1 appears as 2. >> >> Any ideas why this happens? >> >> Thanks, >> Ophir > > > > -- > Regards, > Shalin Shekhar Mangar.