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

[jira] [Comment Edited] (SOLR-15157) Refactor: separate Collection API commands from Overseer and message handling logic

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

Ilan Ginzburg edited comment on SOLR-15157 at 4/8/21, 10:46 AM:
----------------------------------------------------------------

Makes sense. I was trying to stay as close as possible to existing method names.

-Will rename in the context of SOLR-15146 for which I'll have a PR soon.- 

Will push the change soon in the context of this Jira (to limit files touched by SOLR-15146) (will do a PR then merge it right away, but not expecting any review, I just prefer to see the actual changes before committing upstream to make sure I commit what I intend to commit)

 


was (Author: murblanc):
Makes sense. I was trying to stay as close as possible to existing method names.

Will rename in the context of SOLR-15146 for which I'll have a PR soon. 

 

> Refactor: separate Collection API commands from Overseer and message handling logic
> -----------------------------------------------------------------------------------
>
>                 Key: SOLR-15157
>                 URL: https://issues.apache.org/jira/browse/SOLR-15157
>             Project: Solr
>          Issue Type: Sub-task
>          Components: SolrCloud
>    Affects Versions: main (9.0)
>            Reporter: Ilan Ginzburg
>            Assignee: Ilan Ginzburg
>            Priority: Major
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Collection API command execution happens in Overseer. The code dealing with Overseer specific abstractions (Collection API queue management, executing threads etc) is mixed with code implementing the Collection API commands.
> The goal of this ticket is refactoring the Collection API code to abstract anything that is related to how the Overseer executes the commands, in order to enable a future ticket (SOLR-15146) to introduce a distributed execution mode for the Collection API (and keeping the changes limited).
> This ticket does not introduce any changes regarding how the Collection API commands run in the Overseer. It is only refactoring the call chains to allow a future separation.



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

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