Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
2.9, 2.9.1
-
None
-
None
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.