In a solr cloud setup is there any way to force a solr node to start under a specific shard?
The current setup i have in my project has
- 4 solr nodes
- 4 zookeeper instances
For the solr node which will be started as a very first instance has the following startup parameters
-DnumShards=2 -DshardId=1, but still for some reason the first server starts as a leader in the second shard.
I also tried setting -DshardId=shard1.
Am I following the correct configuration setup? or missing anything?
-DshardId=1
– SimplyInk