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

Vinayak Hegde commented on SOLR-16542:
--------------------------------------

Hi [~dsmiley]
I have made some changes to the code by removing the 
OverseerConfigSetMessageHandler along with some related classes and interfaces. 
However, I'm currently facing some test failures and struggling to find a 
solution for them.
would love some help here :)
here is the draft PR: [https://github.com/apache/solr/pull/1467]
I've also included the test's output [^output5.log] [^output6.log] 
which shows some failures that started occurring in the last commit. Prior to 
that, the tests were passing without any issues.

Additionally, I've updated some of the documentation to reflect these changes, 
but haven't made significant modifications to the overseer.doc file yet. I'll 
make sure to revise it once I'm confident that the changes are valid and 
functional.

> Remove OverseerConfigSetMessageHandler; always do distributed mode
> ------------------------------------------------------------------
>
>                 Key: SOLR-16542
>                 URL: https://issues.apache.org/jira/browse/SOLR-16542
>             Project: Solr
>          Issue Type: Sub-task
>          Components: SolrCloud
>            Reporter: David Smiley
>            Priority: Major
>              Labels: newdev
>             Fix For: main (10.0)
>
>         Attachments: output5.log, output6.log
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> {{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).



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to