GitHub user shanthoosh opened a pull request:
https://github.com/apache/samza/pull/536
SAMZA-1731: Daemonize threads spawned from SamzaEventHubClientManager.
**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.
**Fix:**
Daemonize threads that are spawned from SamzaEventHubClientManager.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shanthoosh/samza SAMZA-1731
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/536.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #536
----
commit 9065861972c277242bf5a4f8b7d6132468ff6fea
Author: Shanthoosh Venkataraman <santhoshvenkat1988@...>
Date: 2018-05-26T02:01:31Z
SAMZA-1731: Daemonize threads spawned from SamzaEventHubClientManager.
----
---