You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samza.apache.org by lhaiesp <gi...@git.apache.org> on 2018/06/06 23:41:40 UTC

[GitHub] samza pull request #548: SAMZA-1741: fix issue that EH consumer taking too l...

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 <ha...@...>
Date:   2018-06-06T23:38:17Z

    SAMZA-1741: fix issue that EH consumer taking too long to shutdown

----


---

[GitHub] samza pull request #548: SAMZA-1741: fix issue that EH consumer taking too l...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/samza/pull/548


---