Re: Setting leaderVoteWait for auto discovered cores
Allow me to quote Mark via StackOverflow: ** In solr.xml, add a cores attribute of leaderVoteWait=0. It defaults to 18 (3 minutes). This is simply to protect against starting the cluster with an old node - you don't want it to become the leader before other nodes get to participate in the
Setting leaderVoteWait for auto discovered cores
How is this accomplished? We currently have an empty solr.xml (auto-discovery) so I'm not sure where to put this value?