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 2023/01/16 10:00:00 UTC

[jira] [Updated] (IGNITE-18558) Fix Meta Storage prefix reads

     [ https://issues.apache.org/jira/browse/IGNITE-18558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aleksandr Polovtcev updated IGNITE-18558:
-----------------------------------------
    Description: Meta Storage Manager prefix method implementations use {{KeyCriterion#nextKey}} method to create an upper bound of a prefix. This method is, unfortunately, incorrect, because it adds a 0 to the array, if the last byte overflows. It also uses signed arithmetic, while internal RocksDB implementation uses unsigned.

> Fix Meta Storage prefix reads
> -----------------------------
>
>                 Key: IGNITE-18558
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18558
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Aleksandr Polovtcev
>            Assignee: Aleksandr Polovtcev
>            Priority: Major
>              Labels: ignite-3
>
> Meta Storage Manager prefix method implementations use {{KeyCriterion#nextKey}} method to create an upper bound of a prefix. This method is, unfortunately, incorrect, because it adds a 0 to the array, if the last byte overflows. It also uses signed arithmetic, while internal RocksDB implementation uses unsigned.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)