Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
main (10.0)
-
None
-
None
Description
SOLR-16347 introduces a JAX-RS framework for Solr's v2 APIs, but it only moved a few token APIs to that approach. Our APIs themselves still need migrated. (See SOLR-16370 for a discussion of the rationale and benefits of doing this).
This ticket targets Solr's v2 "Cluster" and ClusterProp APIs for conversion (i.e. everything currently under /api/cluster, which includes but isn't limited to:
- CLUSTERPROP CRUD APIs
- OverseerStatus API
- Async status APIs (i.e. v2 APIs corresponding to /admin/collections?action=REQUESTSTATUS and /admin/collections?action=DELETESTATUS
Attachments
Issue Links
- duplicates
-
SOLR-16390 Cosmetic improvements and migration to JAX-RS (v2 cluster and clusterprop APIs)
- Open