You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Darrel Schneider (JIRA)" <ji...@apache.org> on 2017/12/22 17:21:01 UTC

[jira] [Commented] (GEODE-4157) Expiration has a static thread pool which should instead belong to the cache

    [ https://issues.apache.org/jira/browse/GEODE-4157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16301685#comment-16301685 ] 

Darrel Schneider commented on GEODE-4157:
-----------------------------------------

See GEODE-4108 for a similar problem in eviction. The solution to either of these issues should inform the other.


> Expiration has a static thread pool 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: expiration
>            Reporter: Darrel Schneider
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)