Skip to content

Commit 3fb35b9

Browse files
committed
wip - workaround, create old clusterstate.json.
Took 3 minutes
1 parent 2113132 commit 3fb35b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

solr/core/src/java/org/apache/solr/cloud/ZkController.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -840,6 +840,8 @@ public static void createClusterZkNodes(SolrZkClient zkClient)
840840

841841
paths.put(ZkStateReader.ROLES, emptyJson);
842842

843+
paths.put("/clusterstate.json", emptyJson);
844+
843845

844846
paths.put(COLLECTIONS_ZKNODE, null);
845847
//

0 commit comments

Comments
 (0)