You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksandr Polovtcev (Jira)" <ji...@apache.org> on 2022/04/08 14:42:00 UTC

[jira] [Created] (IGNITE-16828) Use unsigned byte comparison in test storages

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)