I'm working to solve an interesting problem. The problem that I
have is that when I pull a server out of the cloud (to do
maintenance say) and then bring it back up, it won't automatically
sync up with zookeeper and become a leader or replica for any
collections that I have created while it was off-line even though I
specified a number of shards or replicas higher than the number of
servers that are registered with zookeeper.
Here is my setup:
External Zookeeper(v 3.3.5) Ensemble (zk1, zk2, zk3)
SolrCloud (4.0.0-BETA) with 2 shards and 2 replicas (shard1, shard2,
shard1a, shard2a)