[ https://issues.apache.org/jira/browse/SOLR-12823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17109625#comment-17109625 ]
Ilan Ginzburg commented on SOLR-12823: -------------------------------------- Thanks [~erickerickson]. After implementing a cleaner Json return that looked good in response to a GET request but broke the UI, I reimplemented something that made the UI happy... I can clean it up later if the UI wants something more reasonable. It's still a bit cleaner than the original data returned by the endpoint (that wasn't used by the web page anyway). There are many moving parts (a.k.a. technical debt) in getting rid of /clusterstate.json that I'm trying to limit the changes at this stage, so would rather not change the UI at the same time. PR is already over 60 files and I'm not totally done yet. > remove clusterstate.json in Lucene/Solr 8.0 > ------------------------------------------- > > Key: SOLR-12823 > URL: https://issues.apache.org/jira/browse/SOLR-12823 > Project: Solr > Issue Type: Task > Reporter: Varun Thacker > Priority: Major > > clusterstate.json is an artifact of a pre 5.0 Solr release. We should remove > that in 8.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