Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
Description
distributedCollectionConfigSetExecution is a boolean setting on solr.xml/solrCloud that switches both Collection API and ConfigSet API processing between Overseer based (when =false) vs distributed (when =true). In this issue, remove the Overseer based processing of ConfigSets, thus always use DistributedCollectionConfigSetCommandRunner instead for ConfigSet processing, regardless of the distributedCollectionConfigSetExecution boolean setting. Namely, OverseerConfigSetMessageHandler would be removed. The boolean toggle would henceforth only toggle the "collection" aspect of wether to do distributed processing vs Overseer (centralized).
Attachments
Attachments
Issue Links
- is required by
-
SOLR-16543 Simplify ConfigSet processing; remove parts of DistributedCollectionConfigSetCommandRunner
- Open
- links to