GitHub user 3cky opened a pull request:
https://github.com/apache/karaf-cellar/pull/27
Fix memory leak in BasicCommandStore
Currently scheduled commands are not removed from BasicCommandStore upon
executing, so memory leak is introduced. This patch fixes memory leak and also
simplifies command scheduling and timeout handling code.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/3cky/karaf-cellar
fix-basic-command-store-memory-leak
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/karaf-cellar/pull/27.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 #27
----
commit 30d133bc6b9f942efa06bb4e2f5b4d535b1ee253
Author: Victor Antonovich <[email protected]>
Date: 2016-06-24T13:45:26Z
Fix memory leak in BasicCommandStore
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---