Skip to content

Commit

Permalink
Adding a ehcache issue reference for thread leak issue
Browse files Browse the repository at this point in the history
Signed-off-by: Sagar Upadhyaya <sagar.upadhyaya.121@gmail.com>
  • Loading branch information
sgup432 committed Mar 19, 2024
1 parent 258159d commit 4af9ba8
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@
import com.carrotsearch.randomizedtesting.ThreadFilter;

/**
* In Ehcache(as of 3.8.0), while calling remove/invalidate() on entries causes to start a daemon thread in the
* In Ehcache(as of 3.10.8), while calling remove/invalidate() on entries causes to start a daemon thread in the
* background to clean up the stale offheap memory associated with the disk cache. And this thread is not closed even
* after we try to close the cache or cache manager. Considering that it requires a node restart to switch between
* different cache plugins, this shouldn't be a problem for now. Will be following up with ehcache on this.
*
* See: https://github.com/ehcache/ehcache3/issues/3204
*/
public class EhcacheThreadLeakFilter implements ThreadFilter {

Expand Down

0 comments on commit 4af9ba8

Please sign in to comment.