Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.12, 2.13, 2.14
-
None
-
None
-
JDK17, IGNITE 2.13.0
-
Docs Required, Release Notes Required
Description
After migration to Ignite version 2.13.0 from 2.12.0 we are getting following error:
org.apache.ignite.internal.processors.cache.persistence.freelist.CorruptedFreeListException: Failed to insert data row
caused by:
Caused by: java.lang.IllegalStateException: Tail not found: 0
Full stack trace is in attachment. Along with the Ignite version upgrade, we are updating Java from 11 to 17. There have been no other changes in our code or IGNITE configurations. The error occurs after a few hours of running and then occurs for every store.
Can you help us to to solve this problem.