GitHub user lhaiesp opened a pull request:
https://github.com/apache/samza/pull/548
SAMZA-1741: fix issue that EH consumer taking too long to shutdown
1. lower the shutdown timeout from 1 min to 15 seconds
2. make sure EventHubManagers are shutdown in parallel
3. print a thread dump when we do fail during shutdown
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lhaiesp/samza master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/548.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 #548
----
commit 7f79ff069fa4b559f7156fee15aa01738d1546e0
Author: Hai Lu <halu@...>
Date: 2018-06-06T23:38:17Z
SAMZA-1741: fix issue that EH consumer taking too long to shutdown
----
---