You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Valentin Kulichenko (JIRA)" <ji...@apache.org> on 2016/03/01 06:44:18 UTC

[jira] [Resolved] (IGNITE-2728) User's closures are wrapped into Externalizable classes

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

Valentin Kulichenko resolved IGNITE-2728.
-----------------------------------------
    Resolution: Duplicate

Duplicate of IGNITE-2700

> User's closures are wrapped into Externalizable classes
> -------------------------------------------------------
>
>                 Key: IGNITE-2728
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2728
>             Project: Ignite
>          Issue Type: Bug
>          Components: compute
>            Reporter: Valentin Kulichenko
>            Assignee: Valentin Kulichenko
>            Priority: Blocker
>              Labels: community, customer, important
>             Fix For: 1.6
>
>
> {{GridClosureProcessor}} wraps all closures into classes like {{C1}}, {{C2}}, etc., which are {{Externalizable}}. This means that even if binary marshaller is used, the closure will be still serialized by optimized marshaller and therefore all user's setting in binary configuration are ignored.



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