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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)