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 2018/10/04 15:02:00 UTC

[jira] [Commented] (IGNITE-9794) Registration of a binary type with POJO field under topology lock leads to UnregisteredBinaryTypeException

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

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

GitHub user dmekhanikov opened a pull request:

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

    IGNITE-9794 Handle UnregisteredBinaryTypeException on metadata registration under topology lock.

    

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

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

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

    https://github.com/apache/ignite/pull/4916.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 #4916
    
----
commit b49ddc9600c6483e4d00d75018eb5839e076e0bf
Author: Denis Mekhanikov <dm...@...>
Date:   2018-10-04T14:59:02Z

    IGNITE-9794 Handle UnregisteredBinaryTypeException on metadata registration under topology lock.

----


> Registration of a binary type with POJO field under topology lock leads to UnregisteredBinaryTypeException
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-9794
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9794
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 2.6
>            Reporter: Denis Mekhanikov
>            Assignee: Denis Mekhanikov
>            Priority: Major
>             Fix For: 2.8
>
>         Attachments: BinaryMetadataRegistrationInsideEntryProcessorTest.java
>
>
> Please find attached test class with a reproducer.
> The exception was introduced in IGNITE-8926. Metadata registration should be retried when this exception is thrown, but it doesn't happen.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)