I'm trying to figure out how it's possible for 2 solr instances (1 which is leader 1 is replica) to be out of sync. I've done commits to the solr instances, forced replication but still the solr instances have different info. The relevant snippet from my clusterstate.json is listed below.
\"shard3\":{ \"host2:7577_solr_shard3-core2\":{ \"shard\":\"shard3\", \"leader\":\"true\", \"state\":\"active\", \"core\":\"shard3-core2\", \"collection\":\"collection1\", \"node_name\":\"host2:7577_solr\", \"base_url\":\"http://host2:7577/solr\"}, \"host1:7575_solr_shard3-core1\":{ \"shard\":\"shard3\", \"state\":\"active\", \"core\":\"shard3-core1\", \"collection\":\"collection1\", \"node_name\":\"host1:7575_solr\", \"base_url\":\"http://host1:7575/solr\"}}, Where can I look to see why this is happening?