You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Mark Hanson (Jira)" <ji...@apache.org> on 2019/12/30 18:50:09 UTC

[jira] [Closed] (GEODE-7400) Prevent RejectedExecutionException in FederatingManager

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

Mark Hanson closed GEODE-7400.
------------------------------

Transition from Resolved to Closed for Apache Geode 1.11.0 RC4 release.

> Prevent RejectedExecutionException in FederatingManager
> -------------------------------------------------------
>
>                 Key: GEODE-7400
>                 URL: https://issues.apache.org/jira/browse/GEODE-7400
>             Project: Geode
>          Issue Type: Bug
>            Reporter: Aaron Lindsey
>            Assignee: Aaron Lindsey
>            Priority: Major
>             Fix For: 1.11.0, 1.12.0
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> The fix for GEODE-7330 changed the {{FederatingManager}} class so that it reuses the same {{ExecutorService}} between restarts. Now, if we start the manager after previously starting and stopping it, we get {{RejectedExecutionException}} because it tries to invoke a task on the same {{ExecutorService}} which has been shut down.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)