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

[jira] [Comment Edited] (IGNITE-14206) 2.8.1 inlines POJO but ignores it since 2.9.0

    [ https://issues.apache.org/jira/browse/IGNITE-14206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17291412#comment-17291412 ] 

Taras Ledkov edited comment on IGNITE-14206 at 2/26/21, 8:13 AM:
-----------------------------------------------------------------

[~timonin.maksim] the patch is OK with me.
Merged to [master|https://github.com/apache/ignite/commit/851f650ba03e0b6c081cfe23f411fd2bf6be0228]
Thanks for contribution.
[Additional commit|https://github.com/apache/ignite/commit/93b74922bd04b164301d7bc5a2788b9693d4a8a4] is merged.



was (Author: tledkov-gridgain):
[~timonin.maksim] the patch is OK with me.
Merged to [master|https://github.com/apache/ignite/commit/851f650ba03e0b6c081cfe23f411fd2bf6be0228]
Thanks for contribution.

> 2.8.1 inlines POJO but ignores it since 2.9.0
> ---------------------------------------------
>
>                 Key: IGNITE-14206
>                 URL: https://issues.apache.org/jira/browse/IGNITE-14206
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 2.9, 2.9.1
>            Reporter: Maksim Timonin
>            Assignee: Maksim Timonin
>            Priority: Blocker
>             Fix For: 2.10
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Since 2.9.0 there is an "inlineObjSupported" flag in MetaInfo. It set up with false if Ignite starts up on previous versions. But actually inlining of POJO is enabled earlier.
> Reproducer is:
>  # Start AI 2.8.1 with persistence, create an index (int, pojo, int), fill with data;
>  # Stop Ai 2.8.1, start AI 2.9.0;
>  # Query the index.
>  # Corrupted tree exception is raised then.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)