[
https://issues.apache.org/jira/browse/GEODE-9210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17335529#comment-17335529
]
ASF subversion and git services commented on GEODE-9210:
--------------------------------------------------------
Commit 646695d166087ba5c722f2f7c139cb98c19b8a08 in geode-native's branch
refs/heads/develop from Jacob Barrett
[ https://gitbox.apache.org/repos/asf?p=geode-native.git;h=646695d ]
GEODE-9210: Removes global keep alive flag. (#791)
* GEODE-9210: Removes global keep alive flag.
Puts keep alive and cache and pool level.
> Move close keep alive flag unique to the cache
> ----------------------------------------------
>
> Key: GEODE-9210
> URL: https://issues.apache.org/jira/browse/GEODE-9210
> Project: Geode
> Issue Type: Sub-task
> Reporter: Jacob Barrett
> Priority: Major
>
> Currently the keep alive flag for closing the cache or a pool is global
> variable. This results in strange behavior when more than one cache exists in
> a process, which is very common in .NET app domain scenarios. Move the state
> to the cache and pools it is invoked on.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)