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)