https://cwiki.apache.org/confluence/display/solr/Collections+API#CollectionsAPI-MigrateClusterState
On Wed, Jan 6, 2016 at 10:43 PM, forest_soup <tanglin0...@gmail.com> wrote: > We using solr 5.3.1 with solrcloud mode. > > As the document said, the state of newly created collections is stored in > the state.json of each collection in zookeeper. > But we do notice the clusterstate.json appears after below steps: > 0, create collections. > 1, shutdown all solr servers > 2, clear all data related to the solrcloud in zookeeper > 3, restart all solr servers. > > Then the existing collections state will be still written to > clusterstate.json in zookeeper instead of state.json of each collection. > > Our questions are: > 1, Is there any other cases the clusterstate.json appears after we adopt > solr 5.3? > 2, Is there any way to config to let existing collection also using > state.json instead of clusterstate.json? > > Thanks! > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/When-there-will-be-clusterstate-json-after-solr-v5-3-tp4249057.html > Sent from the Solr - User mailing list archive at Nabble.com.