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

Andrzej Bialecki  updated SOLR-11072:
-------------------------------------
    Attachment: SOLR-11072.patch

Committed to branch feature/autoscaling. Attaching the final patch for 
reference.

One notable change in the final patch is the support for "warm shards". This 
handles the situations when each individual shard doesn't cross the max rate 
but the collection overall does. In this case the code will select the shard 
with the highest rate (even though it's below the threshold) for adding a 
replica.

> Implement trigger for searchRate event type
> -------------------------------------------
>
>                 Key: SOLR-11072
>                 URL: https://issues.apache.org/jira/browse/SOLR-11072
>             Project: Solr
>          Issue Type: Sub-task
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: AutoScaling, SolrCloud
>            Reporter: Shalin Shekhar Mangar
>            Assignee: Andrzej Bialecki 
>             Fix For: 7.1
>
>         Attachments: SOLR-11072.patch, SOLR-11072.patch
>
>
> Implement support for triggers based on searchRate event type. This can be 
> used to add replicas when the rate of queries increases over a threshold and 
> remains high for a configurable period of time.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to