GitHub user prateekm opened a pull request:
https://github.com/apache/samza/pull/460
SAMZA-1630: Log a thread dump on timeouts
Would be useful to get a thread dump on timeouts, e.g. for AsyncStreamTask
callback timeout, container shutdown timeout, heartbeat monitor graceful
shutdown timeout etc.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/prateekm/samza thread-dump-on-timeout
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/460.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 #460
----
commit 13e423a0613e2582818428974cb8e23533abd120
Author: Prateek Maheshwari <pmaheshw@...>
Date: 2018-03-28T19:20:03Z
Log thread dump on timeouts.
----
---