[ https://issues.apache.org/jira/browse/SOLR-12823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17198514#comment-17198514 ]
ASF subversion and git services commented on SOLR-12823: -------------------------------------------------------- Commit e5f66f7759c7927fc62bdc833595920da1d55329 in lucene-solr's branch refs/heads/reference_impl_dev from Ishan Chattopadhyaya [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=e5f66f7 ] SOLR-12823: remove /clusterstate.json via Ishan (#1528) Original commit on master: commit 1ab9b811c65abb3d1a827c87b4f1135116ff90eb Author: murblanc <43050504+murbl...@users.noreply.github.com> Date: Tue Jun 9 20:59:17 2020 +0200 SOLR-12823: remove /clusterstate.json (#1528) # Conflicts: # solr/CHANGES.txt # solr/core/src/java/org/apache/solr/cloud/ZkController.java # solr/core/src/java/org/apache/solr/cloud/api/collections/AddReplicaCmd.java # solr/core/src/java/org/apache/solr/cloud/api/collections/CreateCollectionCmd.java # solr/core/src/java/org/apache/solr/cloud/api/collections/OverseerCollectionMessageHandler.java # solr/core/src/java/org/apache/solr/cloud/overseer/ClusterStateMutator.java # solr/core/src/java/org/apache/solr/cloud/overseer/ZkStateWriter.java # solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java # solr/core/src/test/org/apache/solr/cloud/CollectionsAPISolrJTest.java # solr/core/src/test/org/apache/solr/cloud/SliceStateTest.java # solr/solrj/src/java/org/apache/solr/common/cloud/DocCollection.java > remove clusterstate.json in Lucene/Solr 9.0 > ------------------------------------------- > > Key: SOLR-12823 > URL: https://issues.apache.org/jira/browse/SOLR-12823 > Project: Solr > Issue Type: Task > Reporter: Varun Thacker > Assignee: Ilan Ginzburg > Priority: Major > Fix For: master (9.0) > > Time Spent: 5h > Remaining Estimate: 0h > > clusterstate.json is an artifact of a pre 5.0 Solr release. We should remove > that in 9.0 > It stays empty unless you explicitly ask to create the collection with the > old "stateFormat" and there is no reason for one to create a collection with > the old stateFormat. > We should also remove the "stateFormat" argument in create collection > We should also remove MIGRATESTATEVERSION as well > > -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org