[
https://issues.apache.org/jira/browse/SAMZA-2595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shekhar Sharma reassigned SAMZA-2595:
-------------------------------------
Assignee: Shekhar Sharma
> Monitors executed by separate SechduledExecutorService
> ------------------------------------------------------
>
> Key: SAMZA-2595
> URL: https://issues.apache.org/jira/browse/SAMZA-2595
> Project: Samza
> Issue Type: Improvement
> Reporter: Shekhar Sharma
> Assignee: Shekhar Sharma
> Priority: Major
>
> Monitors are currently scheduled by same ScheduledExecutorService with a pool
> size of 1. This means that if a monitor takes too long to return, the other
> monitors may not be scheduled and executed as per it's scheduled interval.
> Suggested Solution: We create a new ScheduledExecutorService for each
> monitor. This will allow every monitor to be executed concurrently. A monitor
> that takes a long time to return will only affect it's own future executions
> and not the other monitors.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)