[
https://issues.apache.org/jira/browse/IGNITE-17734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17623843#comment-17623843
]
Lopata commented on IGNITE-17734:
---------------------------------
[~liyuj] JVM : OpenJDK 64-Bit Server VM 17.0.3+7 on Linux
3.10.0-1160.71.1.el7.x86_64
JVM Parameters defined:
-Xms24G
-Xmx24G
-XX:ReservedCodeCacheSize=512m
-XX:-OmitStackTraceInFastThrow
-XX:+UnlockExperimentalVMOptions
-XX:+UnlockDiagnosticVMOptions
-XX:-UseBiasedLocking
-XX:+AlwaysPreTouch
-XX:-TieredCompilation
-XX:MaxNodeLimit=320000
-XX:NodeLimitFudgeFactor=8000
-XX:-DontCompileHugeMethods
-XX:MaxInlineLevel=16
-XX:MaxInlineSize=256
-XX:+PrintCodeCache
-XX:+UseCompressedOops
-XX:ObjectAlignmentInBytes=8
--add-exports
java.base/jdk.internal.misc=ALL-UNNAMED
--add-exports
java.base/sun.nio.ch=ALL-UNNAMED
--add-opens=java.base/java.lang=ALL-UNNAMED
--add-opens=java.base/java.io=ALL-UNNAMED
--add-opens
java.base/java.nio=ALL-UNNAMED
--add-opens=java.base/java.util=ALL-UNNAMED
--add-opens
java.base/java.lang.reflect=ALL-UNNAMED
--add-opens
java.base/java.text=ALL-UNNAMED
--add-opens
java.desktop/java.awt.font=ALL-UNNAMED
--add-opens
java.management/sun.management=ALL-UNNAMED
--add-opens=java.base/sun.rmi.transport=ALL-UNNAMED
-XX:+UseShenandoahGC
-XX:ShenandoahGCMode=iu
-XX:ShenandoahGuaranteedGCInterval=300000
-XX:ShenandoahMinFreeThreshold=15
-XX:ShenandoahControlIntervalMax=5
-XX:ShenandoahControlIntervalAdjustPeriod=100
-XX:ShenandoahGarbageThreshold=5
-XX:ShenandoahAllocSpikeFactor=10
-DmonitoringTopic=apache-ignite
-Dignite.home=/ignite
> CorruptedFreeListException after upgrade to 2.13.0 and JDK17
> ------------------------------------------------------------
>
> Key: IGNITE-17734
> URL: https://issues.apache.org/jira/browse/IGNITE-17734
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Affects Versions: 2.13
> Environment: JDK17, IGNITE 2.13.0
> Reporter: Lopata
> Priority: Blocker
> Attachments: stacktrace.txt
>
>
> 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.
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)