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

[jira] [Resolved] (SOLR-13163) 'searchRate' trigger: belowNodeOp=DELETENODE can result in loss of leader

     [ https://issues.apache.org/jira/browse/SOLR-13163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cassandra Targett resolved SOLR-13163.
--------------------------------------
    Resolution: Won't Fix

The autoscaling framework has been removed from Solr so this can be resolved as Won't Fix.

> 'searchRate' trigger: belowNodeOp=DELETENODE can result in loss of leader
> -------------------------------------------------------------------------
>
>                 Key: SOLR-13163
>                 URL: https://issues.apache.org/jira/browse/SOLR-13163
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Chris M. Hostetter
>            Priority: Major
>
> While working on SOLR-13140 I discovered that configuring a very high belowNodeRate in {{SearchRateTriggerIntegrationTest.testDeleteNode}} can cause all nodes -- even the node hosting the shard leader -- to be the target of DELETENODE ops.
> this indicates at least one serious bug in the code (we should never allow the leader to be deleted), but also raises other questions about situations not adequately tested:
> * even if the code isn't particularly protecting the leader, why isn't minReplicas protecting at least one replica?
> * what would happen if multiple replicas co-existed on the same node? would if the leader was one of the replicas that existed on the same node as another replica? 
> * what would happen if there were additional collections in the cluster that had replicas on these nodes that had low search rate for this target collection?  would they protect the nodes from being the target of DELETENODE ops.



--
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