You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/08/23 21:37:00 UTC

[jira] [Updated] (GEODE-8441) Can't pass GCHandle across AppDomains in Manage Connections Thread

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

ASF GitHub Bot updated GEODE-8441:
----------------------------------
    Labels: pull-request-available  (was: )

> 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)