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

[GitHub] samza pull request #566: SAMZA-1762: Fix Memory link in the Timer Registry M...

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 <xi...@...>
Date:   2018-06-26T19:47:24Z

    SAMZA-1762: Fix Memory link in the Timer Registry Map

----


---

[GitHub] samza pull request #566: SAMZA-1762: Fix Memory link in the Timer Registry M...

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

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


---