[ 
https://issues.apache.org/jira/browse/GEODE-4157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kirk Lund updated GEODE-4157:
-----------------------------
    Description: 
Expiration has a static thread pool: 
org.apache.geode.internal.cache.ExpiryTask.executor

LRUListWithAsyncSorting in Eviction also has a static thread pool.

The life of these executors should be tied to the cache.


  was:
Expiration has a static thread pool: 
org.apache.geode.internal.cache.ExpiryTask.executor

The life of this executor should be tied to the cache since expiration is only 
done if a cache exists.



> Expiration and eviction have static thread pools which should instead belong 
> to the cache
> -----------------------------------------------------------------------------------------
>
>                 Key: GEODE-4157
>                 URL: https://issues.apache.org/jira/browse/GEODE-4157
>             Project: Geode
>          Issue Type: Bug
>          Components: eviction, expiration
>            Reporter: Darrel Schneider
>            Priority: Major
>              Labels: geode-150
>
> Expiration has a static thread pool: 
> org.apache.geode.internal.cache.ExpiryTask.executor
> LRUListWithAsyncSorting in Eviction also has a static thread pool.
> The life of these executors should be tied to the cache.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to