You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2015/11/20 09:12:10 UTC

[jira] [Created] (IGNITE-1957) .NET: Collections, dictionaries, object arrays and tuples must use handles.

Vladimir Ozerov created IGNITE-1957:
---------------------------------------

             Summary: .NET: Collections, dictionaries, object arrays and tuples must use handles.
                 Key: IGNITE-1957
                 URL: https://issues.apache.org/jira/browse/IGNITE-1957
             Project: Ignite
          Issue Type: Bug
          Components: interop
    Affects Versions: ignite-1.4
            Reporter: Vladimir Ozerov
            Priority: Critical
             Fix For: 1.5


We must track handles for the following cases:
- Collections
- Dictionaries
- Entries
- Object arrays

Reason: they may have cyclic deps on other collections what will lead to infinite loops.

This change must be tested thoroughly:
1) Can we get such field which is handle?
2) Can we resolve infinite loops with collections/maps/arrays?
3) Are they referential equal after deserialization?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)