Skip to content

Migrate solr admin to v2 endpoints - #4901

Draft
epugh wants to merge 7 commits into
apache:mainfrom
epugh:migrate_solr_admin_to_v2_endpoints
Draft

Migrate solr admin to v2 endpoints#4901
epugh wants to merge 7 commits into
apache:mainfrom
epugh:migrate_solr_admin_to_v2_endpoints

Conversation

@epugh

@epugh epugh commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

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

Description

Please provide a short description of the changes you're making with this pull request.

Solution

Please provide a short description of the approach taken to implement your solution.
We appreciate transparent disclosure of significant AI Coding assistants usage.

Tests

Please describe the tests you've developed or run to confirm this patch implements the feature or solves the problem.

Checklist

Please review the following and check all that apply:

  • I have reviewed the guidelines for How to Contribute and my code conforms to the standards described there to the best of my ability.
  • I have created a Jira issue and added the issue ID to my pull request title.
  • I have given Solr maintainers access to contribute to my PR branch. (optional but recommended, not available for branches on forks living under an organisation)
  • I have developed this patch against the main branch.
  • I have run ./gradlew check.
  • I have added tests for my changes.
  • I have added documentation for the Reference Guide
  • I have added a changelog entry for my change

epugh and others added 5 commits September 10, 2026 09:42
…m updateschema

UpdateSchema was not responding properly, it had errors but return ad 200, which wasn't how v2 is uspposed to work.
…ren stat map in listNodes response

ZooKeeperListChildrenResponse's `unknownFields` was serialized twice: once
as its own literal property (a public field Jackson auto-detects) and again flattened via @JsonAnyGetter. @JsonIgnore on the field removes the first copy
Documents the UpdateSchema fix (200-instead-of-4xx on failure) landed
in c068793, under SOLR-18439.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
epugh and others added 2 commits September 10, 2026 15:55
The schema error-reporting fix's changelog entry duplicated SOLR-18439
coverage already provided by the separate replication/backup fix's
changelog entry on another branch.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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.

1 participant