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:22:10 UTC

[jira] [Commented] (GEODE-4108) LRUListWithAsyncSorting has a static thread pool

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

Darrel Schneider commented on GEODE-4108:
-----------------------------------------

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

> LRUListWithAsyncSorting has a static thread pool
> ------------------------------------------------
>
>                 Key: GEODE-4108
>                 URL: https://issues.apache.org/jira/browse/GEODE-4108
>             Project: Geode
>          Issue Type: Sub-task
>          Components: eviction
>            Reporter: Darrel Schneider
>
> LRUListWithAsyncSorting has a static thread pool. It should instead have a thread pool whose life is limited to the life of the cache. That way if the cache is closed the thread pool will be cleaned up.



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