Uh oh!
There was an error while loading. Please reload this page.
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?
serhiy-bzhezytskyy
commented
Aug 20, 2026
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) |
epugh
commented
Aug 24, 2026
I think I've come around to this is small enough chagne from a public perspective, we don't need to sweat it... |
Uh oh!
There was an error while loading. Please reload this page.
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)