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

Shalin Shekhar Mangar updated SOLR-10376:
-----------------------------------------
    Attachment: SOLR-10376.patch

Here's a first cut at the implementation:
* Adds a TriggerThread that runs on the overseer and reads/updates the active 
triggers from ZooKeeper and hands them over to ManagedTriggers
* ManagedTriggers is responsible for scheduling and shutting down all triggers 
as well as handling trigger fires (this is still a WIP)
* NodeAddedTrigger is the class which actually handles the trigger by looking 
at the live nodes in cluster state
* NodeAddedTriggerTest tests the class -- more to do there.

More javadocs and tests to come in later patches.

> Implement trigger for nodeAdded event
> -------------------------------------
>
>                 Key: SOLR-10376
>                 URL: https://issues.apache.org/jira/browse/SOLR-10376
>             Project: Solr
>          Issue Type: Sub-task
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: SolrCloud
>            Reporter: Shalin Shekhar Mangar
>            Assignee: Shalin Shekhar Mangar
>              Labels: autoscaling
>             Fix For: master (7.0)
>
>         Attachments: SOLR-10376.patch
>
>
> This issue is about implementing support for the nodeAdded event type. 
> Whenever a node is added, all triggers for this event type should be fired.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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

Reply via email to