Description
SOLR-5955 describes a feature to automatically create a ConfigSet, based on another one, from a collection API call (i.e. one step collection creation). Discussion there yielded SOLR-7742, Immutable ConfigSet support. To close the loop, we need support for a ConfigSet management API.
The simplest ConfigSet API could have one operation:
create a new config set, based on an existing one, possible modifying the ConfigSet properties. Note you need to be able to modify the ConfigSet properties at creation time because otherwise Immutable could not be changed.
Another logical operation to support is ConfigSet deletion; that may be more complicated to implement than creation because you need to handle the case where a collection is already using the configuration.
Attachments
Attachments
Issue Links
- is related to
-
SOLR-5955 Add config templates to SolrCloud.
- Open
-
SOLR-7742 Support for Immutable ConfigSets
- Closed
-
SOLR-7985 Solr Overseer Task Management Improvements
- Open
- relates to
-
SOLR-7855 OverseerCollectionProcessor: separate general task management from collection message handling
- Closed
-
SOLR-8054 Add a GET command to ConfigSets API
- Open
-
SOLR-7995 Add a LIST command to ConfigSets API
- Closed