[
https://issues.apache.org/jira/browse/IGNITE-16649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17501911#comment-17501911
]
Ignite TC Bot commented on IGNITE-16649:
----------------------------------------
{panel:title=Branch: [pull/9873/head] Base: [master] : Possible Blockers
(6)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}PDS (Compatibility){color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=6451010]]
* IgniteCompatibilityBasicTestSuite:
IndexTypesCompatibilityTest.testQueryOldIndex[ver=2.9.1] - Test has low fail
rate in base branch 0,0% and is not flaky
{color:#d04437}Thin client: Node.js{color} [[tests 1 Exit Code
|https://ci.ignite.apache.org/viewLog.html?buildId=6450951]]
* partition awareness with checks of connection to cluster test suite >:
cache operation routed to new started node - Test has low fail rate in base
branch 0,0% and is not flaky
{color:#d04437}Cache (Failover) 1{color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=6450967]]
* IgniteCacheFailoverTestSuite:
IgniteChangingBaselineDownCacheRemoveFailoverTest.testPutAndRemoveOptimisticSerializableTx
- Test has low fail rate in base branch 0,0% and is not flaky
{color:#d04437}Basic 4{color} [[tests 0 Exit Code
|https://ci.ignite.apache.org/viewLog.html?buildId=6451048]]
{color:#d04437}Queries 3{color} [[tests 0 Exit Code
|https://ci.ignite.apache.org/viewLog.html?buildId=6451059]]
{panel}
{panel:title=Branch: [pull/9873/head] Base: [master] : New Tests
(2)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Platform .NET (Windows){color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=6450956]]
* {color:#013220}exe: BinarySchemaChangeTest.TestAddRemoveFieldsUpdatesSchema -
PASSED{color}
{color:#00008b}Platform .NET (Core Linux){color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=6450950]]
* {color:#013220}dll: BinarySchemaChangeTest.TestAddRemoveFieldsUpdatesSchema -
PASSED{color}
{panel}
[TeamCity *--> Run :: All*
Results|https://ci.ignite.apache.org/viewLog.html?buildId=6451186&buildTypeId=IgniteTests24Java8_RunAll]
> .NET: Missing binary schema when field is removed
> -------------------------------------------------
>
> Key: IGNITE-16649
> URL: https://issues.apache.org/jira/browse/IGNITE-16649
> Project: Ignite
> Issue Type: Bug
> Components: platforms
> Reporter: Ivan Daschinsky
> Assignee: Pavel Tupitsyn
> Priority: Major
> Labels: .NET
> Fix For: 2.13
>
> Attachments: BinaryChangeSchemaTest.cs
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> When putting IBinarilizable instance with different field set, schema is not
> sent to cluster, leading to failure if another node tries to get value from
> cache.
> {code}
> Apache.Ignite.Core.Binary.BinaryObjectException : Cannot find schema for
> object with compact footer [typeId=-1422440667, schemaId=-935090685]
> at
> Apache.Ignite.Core.Impl.Binary.BinaryObjectSchemaSerializer.GetFieldIds(BinaryObjectHeader
> hdr, IIgniteInternal ignite) in
> /home/ivandasch/Job/ignite-pmdk/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Binary/BinaryObjectSchemaSerializer.cs:line
> 307
> at
> Apache.Ignite.Core.Impl.Binary.BinaryObjectSchemaSerializer.GetFieldIds(BinaryObjectHeader
> hdr, IIgniteInternal ignite, IBinaryStream stream, Int32 objectPos) in
> /home/ivandasch/Job/ignite-pmdk/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Binary/BinaryObjectSchemaSerializer.cs:line
> 262
> at
> Apache.Ignite.Core.Impl.Binary.BinaryReader.SetCurSchema(IBinaryTypeDescriptor
> desc) in
> /home/ivandasch/Job/ignite-pmdk/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Binary/BinaryReader.cs:line
> 803
> at Apache.Ignite.Core.Impl.Binary.BinaryReader.ReadFullObject[T](Int32
> pos, Type typeOverride) in
> /home/ivandasch/Job/ignite-pmdk/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Binary/BinaryReader.cs:line
> 751
> at Apache.Ignite.Core.Impl.Binary.BinaryReader.TryDeserialize[T](T& res,
> Type typeOverride) in
> /home/ivandasch/Job/ignite-pmdk/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Binary/BinaryReader.cs:line
> 577
> at Apache.Ignite.Core.Impl.Binary.BinaryReader.Deserialize[T](Type
> typeOverride) in
> /home/ivandasch/Job/ignite-pmdk/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Binary/BinaryReader.cs:line
> 536
> at Apache.Ignite.Core.Impl.Binary.BinaryReader.ReadBinaryObject[T](Boolean
> doDetach) in
> /home/ivandasch/Job/ignite-pmdk/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Binary/BinaryReader.cs:line
> 635
> at Apache.Ignite.Core.Impl.Binary.BinaryReader.TryDeserialize[T](T& res,
> Type typeOverride) in
> /home/ivandasch/Job/ignite-pmdk/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Binary/BinaryReader.cs:line
> 582
> at Apache.Ignite.Core.Impl.Binary.BinaryReader.Deserialize[T](Type
> typeOverride) in
> /home/ivandasch/Job/ignite-pmdk/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Binary/BinaryReader.cs:line
> 536
> at Apache.Ignite.Core.Impl.Binary.Marshaller.Unmarshal[T](IBinaryStream
> stream, BinaryMode mode, BinaryObjectBuilder builder) in
> /home/ivandasch/Job/ignite-pmdk/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Binary/Marshaller.cs:line
> 295
> at Apache.Ignite.Core.Impl.Binary.Marshaller.Unmarshal[T](IBinaryStream
> stream, Boolean keepBinary) in
> /home/ivandasch/Job/ignite-pmdk/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Binary/Marshaller.cs:line
> 268
> at Apache.Ignite.Core.Impl.Cache.CacheImpl`2.Unmarshal[T](IBinaryStream
> stream) in
> /home/ivandasch/Job/ignite-pmdk/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Cache/CacheImpl.cs:line
> 1750
> at
> Apache.Ignite.Core.Impl.Cache.CacheImpl`2.<>c__DisplayClass146_0.<DoOutInOpNullable>b__1(IBinaryStream
> stream, Int64 res) in
> /home/ivandasch/Job/ignite-pmdk/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Cache/CacheImpl.cs:line
> 1907
> at Apache.Ignite.Core.Impl.PlatformJniTarget.InStreamOutLong[TR](Int32
> type, Func`2 outAction, Func`3 inAction, Func`2 readErrorAction) in
> /home/ivandasch/Job/ignite-pmdk/modules/platforms/dotnet/Apache.Ignite.Core/Impl/PlatformJniTarget.cs:line
> 214
> at Apache.Ignite.Core.Impl.PlatformTargetAdapter.DoOutInOpX[TR](Int32
> type, Action`1 outAction, Func`3 inAction, Func`2 inErrorAction) in
> /home/ivandasch/Job/ignite-pmdk/modules/platforms/dotnet/Apache.Ignite.Core/Impl/PlatformTargetAdapter.cs:line
> 236
> at Apache.Ignite.Core.Impl.Cache.CacheImpl`2.DoOutInOpNullable(CacheOp
> cacheOp, TK x) in
> /home/ivandasch/Job/ignite-pmdk/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Cache/CacheImpl.cs:line
> 1905
> at Apache.Ignite.Core.Impl.Cache.CacheImpl`2.TryGet(TK key, TV& value) in
> /home/ivandasch/Job/ignite-pmdk/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Cache/CacheImpl.cs:line
> 592
> {code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)