Bharath Kumarasubramanian created SAMZA-2795:
------------------------------------------------
Summary: Set thread to deamon thread for operator executor service
Key: SAMZA-2795
URL: https://issues.apache.org/jira/browse/SAMZA-2795
Project: Samza
Issue Type: Bug
Reporter: Bharath Kumarasubramanian
Assignee: Bharath Kumarasubramanian
{*}Description{*}:
As part of SAMZA-2781, we introduced operator executors to manage operator
handoff execution. However, the threads created by the executor service are
non-daemon and hence prevent the JVM from shutting down.
{*}Changes{*}: Make the threads spawned by the operator executor to be
non-daemon
{*}Tests{*}: Added unit test and integration tests
{*}API Changes{*}: None
{*}Upgrade Instructions{*}: None
{*}Usage Instructions{*}: None
--
This message was sent by Atlassian Jira
(v8.20.10#820010)