[
https://issues.apache.org/jira/browse/SAMZA-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Advertising
Shanthoosh Venkataraman updated SAMZA-1584:
-------------------------------------------
Comment: was deleted
(was: [~boryas]
- One possible solution is to wait for TASK_SHUTDOWN_MS after invoking
SamzaContainer.shutdown() and trigger the shutdown sequence of StreamProcessor
regardless of SamzaContainer.shutdown completion.
- Alternatively, we could add a bounded waitForFinish API to ApplicationRunner
interface.
{code:java}
public boolean waitForFinish(long timeout, TimeUnit timeUnit);{code}
)
> Improve logging in StreamProcessor.
> -----------------------------------
>
> Key: SAMZA-1584
> URL: https://issues.apache.org/jira/browse/SAMZA-1584
> Project: Samza
> Issue Type: Bug
> Reporter: Shanthoosh Venkataraman
> Assignee: Shanthoosh Venkataraman
> Priority: Major
>
> In existing StreamProcessor implementation, we don't have sufficient logging
> in it's life cycle methods and callback handlers. This makes the production
> debugging a tedious task. This Jira is created for bookkeeping purposes to
> track work required to improve it.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)