You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Ilan Ginzburg (Jira)" <ji...@apache.org> on 2020/08/29 20:47:00 UTC

[jira] [Commented] (SOLR-14794) Pass global cloud configuration to Collection API command execution

    [ https://issues.apache.org/jira/browse/SOLR-14794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17187103#comment-17187103 ] 

Ilan Ginzburg commented on SOLR-14794:
--------------------------------------

{{Overseer}} currently does not use the instance of {{CloudConfig}} passed to it. It used to use it for the Autoscaling framework that was removed in 9.0, as it passed it to the Autoscaling trigger thread.

Collection API commands did not need to have access to the {{CloudConfig}} config in the previous Autoscaling framework, because Autoscaling configuration was per Collection and read from elsewhere.

The replacement for the Autoscaling framework being developed in SOLR-14613 is now configured globally for the cluster as a whole and not per Collection. It therefore needs an access to the global configuration that wasn't needed previously.

> Pass global cloud configuration to Collection API command execution
> -------------------------------------------------------------------
>
>                 Key: SOLR-14794
>                 URL: https://issues.apache.org/jira/browse/SOLR-14794
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: config-api, SolrCloud
>    Affects Versions: master (9.0)
>            Reporter: Ilan Ginzburg
>            Assignee: Ilan Ginzburg
>            Priority: Major
>              Labels: collection-api, configuration, solr.xml, solrcloud
>
> Overseer has access to {{CloudConfig}} (a {{SolrCloud}} specific configuration subsection of {{solr.xml}}).
> The replacement of the Autoscaling framework in 9.0 (being worked on in SOLR-14613) requires access to SolrCloud configuration for placement decisions.
> This Jira is about making {{CloudConfig}} available to Collection API (or Config Set API) command execution in general.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org