Aleksandr Polovtcev created IGNITE-16828:
--------------------------------------------
Summary: Use unsigned byte comparison in test storages
Key: IGNITE-16828
URL: https://issues.apache.org/jira/browse/IGNITE-16828
Project: Ignite
Issue Type: Task
Reporter: Aleksandr Polovtcev
Assignee: Aleksandr Polovtcev
Ignite 3 uses `ByteArray` class as keys for its test storages (likeĀ
`InMemoryVaultService`). This is inconsistent with RocksDB-based storages since
RocksDB uses unsigned byte comparison, while `ByteArray` uses signed byte
comparison.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)