GitHub user plaflamme opened a pull request: https://github.com/apache/incubator-omid/pull/53
FIX: adds state cleanup to avoid leaking timers. Each instance of this state creates an executor that was never cleaned up. This adds cleanup similar to what is done in other states. You can merge this pull request into a Git repository by running: $ git pull https://github.com/plaflamme/incubator-omid fix-executor-thread-leak Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-omid/pull/53.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 #53 ---- commit a1a5018ba4196c80bd10d8ad1ff3873a1fe6fb2b Author: Philippe Laflamme <plaflamme@...> Date: 2018-12-31T17:06:59Z FIX: adds state cleanup to avoid leaking timers. Each instance of this state creates an executor that was never cleaned up. This adds cleanup similar to what is done in other states. ---- ---