I'm in the process of removing everything /clusterstate.json from Solr
9.0 (https://issues.apache.org/jira/browse/SOLR-12823).

There's a choice to be made regarding /admin/zookeeper endpoint
(ZookeeperInfoHandler).

Looking at http://localhost:8985/solr/admin/zookeeper?path=/clusterstate.json
(with or without &detail=true) there's not much info in this call when
all collections are stateFormat=2.

But 
http://localhost:8985/solr/admin/zookeeper?path=/clusterstate.json&detail=true&view=graph
is a way to get a (paginated?) list of all collections (including
stateFormat=2 collections).

With /clusterstate.json gone, shall we continue to support the same
URL (the last one) to list all collections (obviously minus znode
specific info about  /clusterstate.json) or maybe make things a bit
more explicit, for example
http://localhost:8985/solr/admin/zookeeper/listcollections to provide
that output?
I prefer the second approach, cleaner than pretending that
/clusterstate.json still exists.

Other options I've missed here?

Thanks,
Ilan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to