[
https://issues.apache.org/jira/browse/IGNITE-27777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Filipp Shergalis updated IGNITE-27777:
--------------------------------------
Description:
``` private static final int WI_HEAD_OFF = ESTIMATED_SIZE_OFF +
Integer.BYTES;```
but estimated size is long
was:
private static final int WI_HEAD_OFF = ESTIMATED_SIZE_OFF + Integer.BYTES;
but estimated size is long
> Fix StoragePartitionMetaIoV2 WI offset
> --------------------------------------
>
> Key: IGNITE-27777
> URL: https://issues.apache.org/jira/browse/IGNITE-27777
> Project: Ignite
> Issue Type: Improvement
> Affects Versions: 3.1
> Reporter: Filipp Shergalis
> Assignee: Filipp Shergalis
> Priority: Major
> Labels: ignite-3
> Fix For: 3.2
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> ``` private static final int WI_HEAD_OFF = ESTIMATED_SIZE_OFF +
> Integer.BYTES;```
> but estimated size is long
--
This message was sent by Atlassian Jira
(v8.20.10#820010)