You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Tupitsyn (Jira)" <ji...@apache.org> on 2020/09/19 07:58:00 UTC

[jira] [Created] (IGNITE-13460) .NET: Thin client can't be collected by GC when Dispose was not called

Pavel Tupitsyn created IGNITE-13460:
---------------------------------------

             Summary: .NET: Thin client can't be collected by GC when Dispose was not called
                 Key: IGNITE-13460
                 URL: https://issues.apache.org/jira/browse/IGNITE-13460
             Project: Ignite
          Issue Type: Bug
          Components: platforms, thin client
            Reporter: Pavel Tupitsyn
            Assignee: Pavel Tupitsyn
             Fix For: 2.10


If the user forgets to call IIgniteClient.Dispose, thin client objects will remain in memory forever.

Thin client creates a dedicated response reader thread that holds a reference to the entire thin client object tree though Marshaller object.

We should detect this scenario and clean up properly.



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