GitHub user xinyuiscool opened a pull request: https://github.com/apache/samza/pull/566
SAMZA-1762: Fix Memory link in the Timer Registry Map Found a memory leak in the SystemTimerScheduler which does not remove the timers from scheduledFutures after the timers are fired. This caused memory problem for Samza jobs using TimerFn feature. This patch fixes this issue. You can merge this pull request into a Git repository by running: $ git pull https://github.com/xinyuiscool/samza SAMZA-1762 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/566.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 #566 ---- commit 9b26e49d90be0d42f046f952d219b9c5e05b2b6c Author: xinyuiscool <xiliu@...> Date: 2018-06-26T19:47:24Z SAMZA-1762: Fix Memory link in the Timer Registry Map ---- ---