Details
-
Bug
-
Status: Patch Available
-
Major
-
Resolution: Unresolved
-
7.4
-
None
-
None
Description
If collection.configName is not specified during create collection then _default configSet is used to create mutable configSet (with suffix AUTOCREATED)
- In the Admin UI, it is mandatory to specify configSet. This behavior is inconsistent with CREATE collection API(where it is not mandatory)
- Both in Admin UI and CREATE API, when _default is specified as configSet then no mutable configSet is created. So, changes in one collection would reflect in other
SOLR-12188.patch
With this patch, CREATE collection in Admin UI would mimic CREATE API behavior i.e, if configSet is not passed then mutable configSet with suffix .AUTOCREATED would be created.
But when _default is specified as configSet then no new mutable configSet is not created. In this case, collections would share the _default configSet. Should this also be changed?