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

Maksim Timonin updated IGNITE-14206:
------------------------------------
    Description: 
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.

  was:
Reproducer

https://github.com/apache/ignite/pull/8811/files


> 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
>            Reporter: Maksim Timonin
>            Assignee: Maksim Timonin
>            Priority: Blocker
>
> 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)

Reply via email to