Pavel Tupitsyn created IGNITE-5716:
--------------------------------------
Summary: .NET: Negative field offset values can be observed on
2-byte offsets
Key: IGNITE-5716
URL: https://issues.apache.org/jira/browse/IGNITE-5716
Project: Ignite
Issue Type: Bug
Components: platforms
Affects Versions: 1.9
Reporter: Pavel Tupitsyn
Assignee: Pavel Tupitsyn
Priority: Blocker
Fix For: 2.1
{{BinaryObjectSchemaSerializer.WriteSchema}} uses {{ushort.MaxValue}} as a
boundary for 2-byte offsets. {{ReadSchema}} uses {{ReadShort}}, which returns
negative offsets for anything above {{short.MaxValue}}.
* Ensure that all offsets are always non-negative (use uint in
{{BinaryObjectSchemaField}} probably)
* Check how Java handles this
* Add tests for all edge cases
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)