Shanthoosh Venkataraman created SAMZA-1731:
----------------------------------------------
Summary: Daemonize threads spawned from SamzaEventHubClientManager.
Key: SAMZA-1731
URL: https://issues.apache.org/jira/browse/SAMZA-1731
Project: Samza
Issue Type: Bug
Reporter: Shanthoosh Venkataraman
Assignee: Shanthoosh Venkataraman
*Problem:*
Existing SamzaEventHubClientManager implementation spawns non-daemon threads
when instantiating EventHubClient.
These non-daemon threads stalls shutdown of samza processes even when the main
thread has exited.
This has proven to cause problem in linkedin production envrionment and force
kill is required to stop samza processors.
*Fix:*
Daemonize threads that are spawned from SamzaEventHubClientManager.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)