You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maxim Muzafarov (Jira)" <ji...@apache.org> on 2020/12/29 08:51:10 UTC

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

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

Maxim Muzafarov updated IGNITE-13460:
-------------------------------------
    Fix Version/s:     (was: 2.10)

> .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
>            Priority: Major
>              Labels: .NET
>
> 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)