[
https://issues.apache.org/jira/browse/SOLR-17877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18018264#comment-18018264
]
ASF subversion and git services commented on SOLR-17877:
--------------------------------------------------------
Commit d6097068bc029d391f67a3f7f247494a510f4401 in solr's branch
refs/heads/main from David Smiley
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=d6097068bc0 ]
SOLR-17877: Introduce cluster property overseerEnabled, replacing dual booleans
(#3524)
The SolrCloud Overseer is disable-able, in lieu of a simpler distributed mode of
cluster command and collection state processing. In Solr 9 this was possible
with undocumented
/ unsupported configuration in solr.xml (`distributedClusterStateUpdates` &
`distributedCollectionConfigSetExecution`). Those are now removed. In their
place is a new
overseerEnabled cluster property and an env var SOLR_CLOUD_OVERSEER_ENABLED.
> Create overseerEnabled cluster property
> ---------------------------------------
>
> Key: SOLR-17877
> URL: https://issues.apache.org/jira/browse/SOLR-17877
> Project: Solr
> Issue Type: Improvement
> Components: SolrCloud
> Reporter: David Smiley
> Assignee: David Smiley
> Priority: Major
> Labels: pull-request-available
> Time Spent: 3h 20m
> Remaining Estimate: 0h
>
> Create an "overseerEnabled" cluster property.
> The "distributedClusterStateUpdates" and
> "distributedCollectionConfigSetExecution" in solr.xml cloudConfig shall be
> removed, and instead both behaviors togged with a single boolean setting
> relating to overseer enablement. They weren't documented / advertised.
> If the new cluster property isn't set, we can examine the EnvUtil
> "solr.cloud.overseer.enabled" secondarily. In _another issue_ in Solr 10, a
> third evaluation is done to consider the least Solr version of Solr nodes.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]