[
https://issues.apache.org/jira/browse/SAMZA-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16494621#comment-16494621
]
ASF GitHub Bot commented on SAMZA-1731:
---------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/samza/pull/536
> 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
> Priority: Major
>
> *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)