[
https://issues.apache.org/jira/browse/IGNITE-14206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17291609#comment-17291609
]
Maxim Muzafarov commented on IGNITE-14206:
------------------------------------------
Cherry-picked to 2.10
https://github.com/apache/ignite/commit/851f650ba03e0b6c081cfe23f411fd2bf6be0228
https://github.com/apache/ignite/commit/93b74922bd04b164301d7bc5a2788b9693d4a8a4
> 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)