[
https://issues.apache.org/jira/browse/GEODE-8441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17183314#comment-17183314
]
ASF subversion and git services commented on GEODE-8441:
--------------------------------------------------------
Commit f3685141d430c71897eea47eff3809b6067bd137 in geode-native's branch
refs/heads/develop from Michael Martell
[ https://gitbox.apache.org/repos/asf?p=geode-native.git;h=f368514 ]
GEODE-8441: AppDomainContext was initialized too late (#639)
* GEODE-8441: AppDomainContext was initialized too late
* Update CacheFactory.cpp
> Can't pass GCHandle across AppDomains in Manage Connections Thread
> ------------------------------------------------------------------
>
> Key: GEODE-8441
> URL: https://issues.apache.org/jira/browse/GEODE-8441
> Project: Geode
> Issue Type: Bug
> Components: native client
> Reporter: Michael Martell
> Assignee: Blake Bender
> Priority: Major
> Labels: pull-request-available
>
> When running Asp.Net web applications, this exception is thrown by the thread
> named "NC MC Thread", which is the Manage Connections thread.
> The exception always comes in the above background thread that tries to
> maintain the minimum number of connections in the pool (20 is the default).
> The “Cannot pass a GCHandle across AppDomains” exception is thrown by the
> .NET runtime on that thread and is subsequently caught by
> TcrEndpoint::createNewConnection, so as to not crash the user application.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)