I have SolrCloud 4.10.2 version setup with 4 nodes running successfully in the production.Now I want to upgrade this setup to 5.2.1 version.I want to make sure that my application accessing solr is not experiencing any downtime during upgrade.
As of now I am thinking to nodes one by one.That means I will stop one node,upgrade it by replacing solr.war & start it.Now my worry is will there be any problem till I upgrade other 3 nodes to 5.2.1 as there will be version mismatch between Solr nodes?
How solr upgrade is handled in the industry?