Skip to content

SOLR-18106: Un-deprecate getCloudDescriptor, its required for Coordinator mode#4132

Open
epugh wants to merge 1 commit intoapache:mainfrom
epugh:SOLR-18106-v2
Open

SOLR-18106: Un-deprecate getCloudDescriptor, its required for Coordinator mode#4132
epugh wants to merge 1 commit intoapache:mainfrom
epugh:SOLR-18106-v2

Conversation

@epugh
Copy link
Contributor

@epugh epugh commented Feb 14, 2026

https://issues.apache.org/jira/browse/SOLR-18106

Description

The SolrQueryRequest.getCloudDescriptor was deprecated too quickly, it's needed by Coordinator mode.

Solution

Remove deprecation tags

Tests

re run

@epugh
Copy link
Contributor Author

epugh commented Feb 14, 2026

Replaces #4114 which we aren't moving forward with.

@@ -187,10 +187,6 @@ default CoreContainer getCoreContainer() {
return core == null ? null : core.getCoreContainer();
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/**
* The CloudDescriptor, which may be different from that of the core on the coordinator.
*/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants