You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Prateek Maheshwari (JIRA)" <ji...@apache.org> on 2019/03/19 18:03:00 UTC

[jira] [Resolved] (SAMZA-1731) Daemonize threads spawned from SamzaEventHubClientManager.

     [ https://issues.apache.org/jira/browse/SAMZA-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Prateek Maheshwari resolved SAMZA-1731.
---------------------------------------
    Resolution: Fixed

> 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)