SOLR-18383: remove CollectionParams.FROM_NODE - #4769
Conversation
Deprecated since 10.0 in favor of SOURCE_NODE. 0 remaining references after removing the constant and its 2 usages in MoveReplicaCmd/CollectionsHandler. AI-assisted (Claude Sonnet 5)
epugh
left a comment
There was a problem hiding this comment.
I wonder if this needs anything in the upgrade notes, or did we cover it already. or, is it only used by internal code and so we can freely remove it... Is MoveReplica exposed in Solr Admin UI?
|
Checked all three:
Given that, this whole batch is probably under-documented -- going through the other tickets, at least 9-11 more removals look similarly upgrade-notes-worthy ( AI-assisted (Claude Sonnet 5) |
https://issues.apache.org/jira/browse/SOLR-18383
Removes
CollectionParams.FROM_NODE, deprecated since 10.0 in favor ofSOURCE_NODE. 4 sites (constant + its 2 usages inMoveReplicaCmd/CollectionsHandler+ the v2 mapping already gone). 0 remaining references anywhere; no dedicated test existed for the legacy alias.2 tests, 0 failures (MoveReplicaTest, sanity check on MoveReplicaCmd).
SOLR-18370 (local, not yet a PR) also touches CollectionsHandler.java and CollectionParams.java -- re-check once it opens a PR.
AI-assisted (Claude Sonnet 5)