Hi, In 5.1, we are creating a collection using the Collections API with an initial replicationFactor of X. This value is then stored in the state.json file for that collection.
If I try to issue ADDREPLICA on this cluster, it throws an error saying that there are no live nodes for additional replicas. If I connect a new solr node to zookeeper and issue an ADDREPLICA call, the replica is created and no errors are thrown, but replicationFactor remains at X in the state.json file. Why? What does replicationFactor really mean? It seems like it's being honored in some cases and ignored in others. Thanks for any help you can provide. Cheers, Jim