[
https://issues.apache.org/jira/browse/IGNITE-18438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17678347#comment-17678347
]
Pavel Tupitsyn commented on IGNITE-18438:
-----------------------------------------
[~ivandasch] reviewed - looks good to me.
> .NET: NullReferenceException when serializing composite type
> ------------------------------------------------------------
>
> Key: IGNITE-18438
> URL: https://issues.apache.org/jira/browse/IGNITE-18438
> Project: Ignite
> Issue Type: Bug
> Components: platforms
> Affects Versions: 2.14
> Reporter: Luchnikov Alexander
> Assignee: Ivan Daschinsky
> Priority: Major
> Labels: .NET, ise
> Attachments: Issue.Reproducer.csproj, Test.cs
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Description of the scenario is described in the file [^Test.cs]
> {code:java}
> [xUnit.net 00:00:07.28]
> Issue.Reproducer.Test.IgniteCanSerializeCompositeStructure [FAIL]
> Failed Issue.Reproducer.Test.IgniteCanSerializeCompositeStructure [6 s]
> Error Message:
> System.NullReferenceException : Object reference not set to an instance of
> an object.
> Stack Trace:
> at
> Apache.Ignite.Core.Impl.Binary.Metadata.BinaryType.UpdateFields(IDictionary`2
> fields)
> at
> Apache.Ignite.Core.Impl.Binary.BinaryWriter.SaveMetadata(IBinaryTypeDescriptor
> desc, IDictionary`2 fields)
> at
> Apache.Ignite.Core.Impl.Binary.Structure.BinaryStructureTracker.UpdateWriterStructure(BinaryWriter
> writer, Boolean isNewSchema)
> at Apache.Ignite.Core.Impl.Binary.BinaryWriter.Write[T](T obj)
> at Apache.Ignite.Core.Impl.Binary.Binary.ToBinary[T](Object obj)
> at Issue.Reproducer.Test.IgniteCanSerializeCompositeStructure()
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)