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 2017/01/19 09:08:26 UTC

[jira] [Created] (IGNITE-4563) .NET: ICache.LoadCache fails on non-primitive arguments

Pavel Tupitsyn created IGNITE-4563:
--------------------------------------

             Summary: .NET: ICache.LoadCache fails on non-primitive arguments
                 Key: IGNITE-4563
                 URL: https://issues.apache.org/jira/browse/IGNITE-4563
             Project: Ignite
          Issue Type: Bug
          Components: platforms
    Affects Versions: 1.8, 1.7, 1.6, 1.5.0.final
            Reporter: Pavel Tupitsyn
            Assignee: Pavel Tupitsyn
            Priority: Critical
             Fix For: 1.9


{{ICache.LoadCache}} arguments are unnecessarily deserialized on Java side (see {{readObjectArray}} call in {{PlatformCache.loadCache0}}). So any arguments that are not primitives or primitive collections cause an exception.



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