[
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
* Updated patch with more javadocs, logging and tests.
* ManagedTriggers is renamed to ScheduledTriggers. The two maps inside the
class are now folded into one.
* ScheduledTriggers uses a scheduled executor thread pool with 4 core pool
threads and uses a separate single threaded executor to fire the actions
associated with a trigger.
* TriggerThread is renamed to OverseerTriggerThread
* The generics used in the interfaces are now much more saner.
* Actions specified during trigger creation are now executed but this issue
doesn't implement any of them. It is likely that the TriggerAction interface
and the way they are fired by ScheduledTriggers will undergo revision.
This is ready to commit, IMO. Reviews appreciated.
> 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, 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]