[
https://issues.apache.org/jira/browse/IGNITE-2700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15169157#comment-15169157
]
ASF GitHub Bot commented on IGNITE-2700:
----------------------------------------
GitHub user ilantukh opened a pull request:
https://github.com/apache/ignite/pull/518
IGNITE-2700
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-2700
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/518.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #518
----
commit 2fc88c57ebad5ea2ab5bd70f8fe7d34b900a0080
Author: Ilya Lantukh <[email protected]>
Date: 2016-02-20T11:46:53Z
New versions of closures.
commit 1758a59be5c2c08f67b7a12508c118e5d9a95225
Author: Ilya Lantukh <[email protected]>
Date: 2016-02-20T13:12:03Z
ignite-2700 : Version selection logic.
commit be12521cfc98b237fa2db47973234294b539d1e3
Author: Ilya Lantukh <[email protected]>
Date: 2016-02-25T12:24:38Z
ignite-2700 : Fixed problems found during code review.
commit 9af0aa5de957c625104f2becffce57105c69eda8
Author: Ilya Lantukh <[email protected]>
Date: 2016-02-26T14:51:08Z
ignite-2700 : Closure compatibility optimizations.
----
> GridClosureProcessor internal closures are [de]serialized by
> OptimizedMarshaller even if BinaryMarshaller is configured
> -----------------------------------------------------------------------------------------------------------------------
>
> Key: IGNITE-2700
> URL: https://issues.apache.org/jira/browse/IGNITE-2700
> Project: Ignite
> Issue Type: Bug
> Components: compute
> Affects Versions: 1.5.0.final
> Reporter: Ilya Lantukh
> Assignee: Ilya Lantukh
> Labels: community
> Fix For: 1.6
>
>
> Usage of OptimizedMarshaller is forced because:
> a. Closures implement Externalizable.
> b. classnames.properties file contains closure class names.
> Need to implement new versions of closures (C1, C1MLA, C2, C2MLA, C4) that
> can be processed by BinaryMarshaller.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)