[
https://issues.apache.org/jira/browse/IGNITE-18558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aleksandr Polovtcev updated IGNITE-18558:
-----------------------------------------
Fix Version/s: 3.0.0-beta2
> 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
> Fix For: 3.0.0-beta2
>
>
> 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)