Abhishek Shivanna created SAMZA-2426:
----------------------------------------
Summary: Standalone containers should wait for graceful shutdown
on SIGTERM (up to "task.shutdown.ms")
Key: SAMZA-2426
URL: https://issues.apache.org/jira/browse/SAMZA-2426
Project: Samza
Issue Type: Bug
Reporter: Abhishek Shivanna
As part of SAMZA-2198, the signal-handlers/shutdown-hooks for a Samza container
processes were moved out of the SamzaContainer class and included as part of
the ClusterBasedProcessorLifecycleListener.
Since this listener is only registered on YARN deploys, it causes Standalone
containers to abruptly shutdown on SIGTERM.
The fix should have Standalone containers attempt graceful shutdown and wait
at-most "task.shutdown.ms" on SIGTERM before killing the process
--
This message was sent by Atlassian Jira
(v8.3.4#803005)