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

Filipp Shergalis updated IGNITE-27777:
--------------------------------------
    Description: 
{code:java}
private static final int WI_HEAD_OFF = ESTIMATED_SIZE_OFF + Integer.BYTES; 
{code}
but estimated size is long -> WI head overwrites most significant bits of 
estimated size

  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
>
> {code:java}
> private static final int WI_HEAD_OFF = ESTIMATED_SIZE_OFF + Integer.BYTES; 
> {code}
> but estimated size is long -> WI head overwrites most significant bits of 
> estimated size



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

Reply via email to