You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by "Darrel Schneider (JIRA)" <ji...@apache.org> on 2017/05/02 18:55:04 UTC

[jira] [Updated] (GEODE-2863) DiskStoreImpl close does not shutdown its thread pools

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

Darrel Schneider updated GEODE-2863:
------------------------------------
    Affects Version/s: 1.0.0-incubating

> DiskStoreImpl close does not shutdown its thread pools
> ------------------------------------------------------
>
>                 Key: GEODE-2863
>                 URL: https://issues.apache.org/jira/browse/GEODE-2863
>             Project: Geode
>          Issue Type: Bug
>          Components: persistence
>    Affects Versions: 1.0.0-incubating
>            Reporter: Darrel Schneider
>
> Closing a DiskStoreImpl does not shutdown its thread pools.
> It has two pools, "diskStoreTaskPool" and "delayedWritePool", that it does not shutdown.
> However at least in some cases (see GEODE-2862) it does wait for all the tasks submitted to these pools to complete. But it is not clear if additional tasks could still be submitted after this wait is done.
> Some logic should be added that causes the code that would submit a task to these executors to no longer do so or, if needed, to process the task inline.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)