Github user cdeneux commented on the issue:
https://github.com/apache/commons-pool/pull/4
Hi @garydgregory,
To be able to release our product [Petals ESB](http://petals.ow2.org/), we
wish embed this fix. We can use the official released artefact, or our own
forked artefact
Github user cdeneux commented on the issue:
https://github.com/apache/commons-pool/pull/4
Hi @garydgregory,
I have just updated the PR with a unit test validating the correct freeing
of eviction objects.
Regards,
Christophe
GitHub user cdeneux opened a pull request:
https://github.com/apache/commons-pool/pull/4
POOL-337: EvictionTimer does not remove cancelled tasks
EvictionTimer does not remove cancelled tasks from the executor, and so a
memory leak occurs.
Thanks to Reinald Verheij for the