Special steps for upgrades from DataStax Enterprise 4.0.0
Due to a bug in DataStax Enterprise 4.0.0, upgrading clusters with search nodes from DataStax Enterprise 4.0.0 to 4.0.x requires special steps to prevent data loss.
|
This bug impacts upgrades only from DataStax Enterprise 4.0.0. |
Procedure
-
Drain each node in the cluster, but do not stop the node.
-
Reload the Solr core.
In the following example, the Solr core is
wiki.solrrunning on the local host on port 8983.curl -X POST "http://127.0.0.1:8983/solr/admin/cores?action=RELOAD&name=wiki.solr&reindex=false&deleteAll=false" -
Upgrade the cluster.
-
Reindex the Solr core.
In the following example, the Solr core is
wiki.solrrunning on the local host on port8983.curl -X POST "http://127.0.0.1:8983/solr/admin/cores?action=RELOAD&name=wiki.solr&reindex=true"