dsmiley commented on code in PR #2846:
URL: https://github.com/apache/solr/pull/2846#discussion_r1830304901
##########
solr/solrj/src/java/org/apache/solr/common/cloud/ClusterState.java:
##########
@@ -172,7 +173,9 @@ public Collection<String> getCollectionNames() {
* semantics of how collection list is loaded have changed in SOLR-6629.
*
* @return a map of collection name vs DocCollection object
+ * @deprecated see {@link #collectionStream()}
*/
+ @Deprecated
Review Comment:
They are public and are surely called by our users (and _our_ users
internally :sad:). On a subsequent PR that will only occur on main (10x), I
will remove them. I will also remove them in our fork.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]