Hi,

Just out of absolute randomness I noticed a possibly missing fix/backport
on 9.x and wanted to share with the list.

SOLR-16194 is listed as fixed for 9.1 and 8.11.2, and while this is on main
branch, I don't see this change on the 9.x branch:
* Jira https://issues.apache.org/jira/browse/SOLR-16194
* Main PR https://github.com/apache/solr/pull/864 has a 8.x backport with
https://github.com/apache/lucene-solr/pull/2658
* Main change
https://github.com/apache/solr/blob/main/solr/core/src/java/org/apache/solr/cloud/api/collections/CreateAliasCmd.java#L146
* 9.x code
https://github.com/apache/solr/blob/branch_9x/solr/core/src/java/org/apache/solr/cloud/api/collections/CreateAliasCmd.java#L144

Am I missing something obvious here?

best,
alex

Reply via email to