You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2017/08/04 11:20:00 UTC

[jira] [Created] (IGNITE-5931) .NET: Incorrect conflicting type error

Pavel Tupitsyn created IGNITE-5931:
--------------------------------------

             Summary: .NET: Incorrect conflicting type error
                 Key: IGNITE-5931
                 URL: https://issues.apache.org/jira/browse/IGNITE-5931
             Project: Ignite
          Issue Type: Bug
          Components: platforms
    Affects Versions: 2.1
            Reporter: Pavel Tupitsyn
            Assignee: Pavel Tupitsyn
             Fix For: 2.2


Incorrect conflicting type error can occur when registering the same time from multiple threads simultaneously:

{code}
Conflicting type IDs [type1='Row', type2='Row', typeId=113114]
{code}

{{Marshaller.AddType}} should check if existing type is the same as new one (as we do it in {{AddUserType}}, see other usages of {{ThrowConflictingTypeError}}).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)