You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/04/05 14:00:48 UTC

[jira] [Commented] (IGNITE-4914) Dynamic type registration hangs for platformId > 0 on node restart

    [ https://issues.apache.org/jira/browse/IGNITE-4914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15956899#comment-15956899 ] 

ASF GitHub Bot commented on IGNITE-4914:
----------------------------------------

GitHub user sergey-chugunov-1985 opened a pull request:

    https://github.com/apache/ignite/pull/1741

    IGNITE-4914 distributing marshaller mappings for multiple platforms fixed

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-4914

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/1741.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 #1741
    
----
commit 519e9d473db696452c169e87719cb74d5be17c9a
Author: Sergey Chugunov <se...@gmail.com>
Date:   2017-04-05T13:31:24Z

    IGNITE-4914 distributing marshaller mappings for multiple platforms was fixed

----


> Dynamic type registration hangs for platformId > 0 on node restart
> ------------------------------------------------------------------
>
>                 Key: IGNITE-4914
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4914
>             Project: Ignite
>          Issue Type: Bug
>          Components: binary
>    Affects Versions: 2.0
>            Reporter: Pavel Tupitsyn
>            Assignee: Sergey Chugunov
>             Fix For: 2.0
>
>
> {{MarshallerContextImpl.registerClassName}} hangs when called after node restart:
> * Start two nodes, A and B
> * Call {{registerClassName}} with {{platformId = 1}} and any class name from node B
> * Stop node B
> * Start node B again
> * Call {{registerClassName}} with {{platformId = 1}} and any class name from node B
> The last call hangs.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)