You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Sergey Chugunov (JIRA)" <ji...@apache.org> on 2016/11/30 17:04:59 UTC

[jira] [Resolved] (IGNITE-4325) Proposing new marshaller mapping should be done in synchronous way

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

Sergey Chugunov resolved IGNITE-4325.
-------------------------------------
    Resolution: Fixed

Reimplemented marshalling data exchange using synchronous waiting for acceptance of proposed mapping by all grid server nodes.

> Proposing new marshaller mapping should be done in synchronous way
> ------------------------------------------------------------------
>
>                 Key: IGNITE-4325
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4325
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: cache
>            Reporter: Sergey Chugunov
>            Assignee: Sergey Chugunov
>             Fix For: 2.0
>
>
> h3. Notes
> Previous version of DiscoveryCustomEvent-based MarshallerContext implementation returned immediately with "not registered" flag after submitting request for new mapping.
> This may be ineffective in terms of network traffic and not well suited with current implementation of BinaryCache.
> h3. Acceptance Criteria
> # Registration of new mapping should return when the mapping is accepted by grid.
> # Registration of new mapping should throw an exception when the mapping is in conflict with grid.



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