[jira] [Updated] (IGNITE-17734) CorruptedFreeListException after upgrade to 2.13.0 and JDK17

2025-05-27 Thread Sergey Korotkov (Jira)


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

Sergey Korotkov updated IGNITE-17734:
-
Attachment: g1-CutTailRun.asm
shenandoah-CutTailRun.asm
shenandoah-with-asserts-CutTailRun.asm

> 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.12, 2.13, 2.14
> Environment: JDK17, IGNITE  2.13.0
>Reporter: Lopata
>Assignee: Sergey Korotkov
>Priority: Major
>  Labels: ise
> Fix For: 2.18
>
> Attachments: FreeListTest.java, G1_and_no_asserts.png, fix.png, 
> g1-CutTailRun.asm, image-2022-12-03-09-31-27-347.png, 
> shenandoah-CutTailRun.asm, shenandoah-with-asserts-CutTailRun.asm, 
> shenandoah_and_asserts.png, shenandoah_and_no_asserts.png, stacktrace.txt
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)


[jira] [Updated] (IGNITE-17734) CorruptedFreeListException after upgrade to 2.13.0 and JDK17

2025-05-27 Thread Sergey Korotkov (Jira)


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

Sergey Korotkov updated IGNITE-17734:
-
Attachment: G1_and_no_asserts.png

> 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.12, 2.13, 2.14
> Environment: JDK17, IGNITE  2.13.0
>Reporter: Lopata
>Assignee: Sergey Korotkov
>Priority: Major
>  Labels: ise
> Fix For: 2.18
>
> Attachments: FreeListTest.java, G1_and_no_asserts.png, fix.png, 
> image-2022-12-03-09-31-27-347.png, shenandoah_and_asserts.png, 
> shenandoah_and_no_asserts.png, stacktrace.txt
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)


[jira] [Updated] (IGNITE-17734) CorruptedFreeListException after upgrade to 2.13.0 and JDK17

2025-05-27 Thread Sergey Korotkov (Jira)


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

Sergey Korotkov updated IGNITE-17734:
-
Attachment: shenandoah_and_no_asserts.png

> 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.12, 2.13, 2.14
> Environment: JDK17, IGNITE  2.13.0
>Reporter: Lopata
>Assignee: Sergey Korotkov
>Priority: Major
>  Labels: ise
> Fix For: 2.18
>
> Attachments: FreeListTest.java, fix.png, 
> image-2022-12-03-09-31-27-347.png, shenandoah_and_asserts.png, 
> shenandoah_and_no_asserts.png, stacktrace.txt
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)


[jira] [Updated] (IGNITE-17734) CorruptedFreeListException after upgrade to 2.13.0 and JDK17

2025-05-27 Thread Sergey Korotkov (Jira)


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

Sergey Korotkov updated IGNITE-17734:
-
Attachment: shenandoah_and_asserts.png

> 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.12, 2.13, 2.14
> Environment: JDK17, IGNITE  2.13.0
>Reporter: Lopata
>Assignee: Sergey Korotkov
>Priority: Major
>  Labels: ise
> Fix For: 2.18
>
> Attachments: FreeListTest.java, fix.png, 
> image-2022-12-03-09-31-27-347.png, shenandoah_and_asserts.png, 
> shenandoah_and_no_asserts.png, stacktrace.txt
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)


[jira] [Updated] (IGNITE-17734) CorruptedFreeListException after upgrade to 2.13.0 and JDK17

2025-05-27 Thread Sergey Korotkov (Jira)


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

Sergey Korotkov updated IGNITE-17734:
-
Attachment: fix.png

> 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.12, 2.13, 2.14
> Environment: JDK17, IGNITE  2.13.0
>Reporter: Lopata
>Assignee: Sergey Korotkov
>Priority: Major
>  Labels: ise
> Fix For: 2.18
>
> Attachments: FreeListTest.java, fix.png, 
> image-2022-12-03-09-31-27-347.png, stacktrace.txt
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)


[jira] [Updated] (IGNITE-17734) CorruptedFreeListException after upgrade to 2.13.0 and JDK17

2025-05-27 Thread Sergey Korotkov (Jira)


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

Sergey Korotkov updated IGNITE-17734:
-
Fix Version/s: 2.18

> 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.12, 2.13, 2.14
> Environment: JDK17, IGNITE  2.13.0
>Reporter: Lopata
>Assignee: Sergey Korotkov
>Priority: Major
>  Labels: ise
> Fix For: 2.18
>
> Attachments: FreeListTest.java, image-2022-12-03-09-31-27-347.png, 
> stacktrace.txt
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)


[jira] [Updated] (IGNITE-17734) CorruptedFreeListException after upgrade to 2.13.0 and JDK17

2025-05-21 Thread Sergey Korotkov (Jira)


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

Sergey Korotkov updated IGNITE-17734:
-
Labels: ise  (was: )

> 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.12, 2.13, 2.14
> Environment: JDK17, IGNITE  2.13.0
>Reporter: Lopata
>Assignee: Sergey Korotkov
>Priority: Major
>  Labels: ise
> Attachments: FreeListTest.java, image-2022-12-03-09-31-27-347.png, 
> stacktrace.txt
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)


[jira] [Updated] (IGNITE-17734) CorruptedFreeListException after upgrade to 2.13.0 and JDK17

2025-05-21 Thread Sergey Korotkov (Jira)


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

Sergey Korotkov updated IGNITE-17734:
-
Attachment: FreeListTest.java

> 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.12, 2.13, 2.14
> Environment: JDK17, IGNITE  2.13.0
>Reporter: Lopata
>Assignee: Sergey Korotkov
>Priority: Major
> Attachments: FreeListTest.java, image-2022-12-03-09-31-27-347.png, 
> stacktrace.txt
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)


[jira] [Updated] (IGNITE-17734) CorruptedFreeListException after upgrade to 2.13.0 and JDK17

2022-12-02 Thread YuJue Li (Jira)


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

YuJue Li updated IGNITE-17734:
--
Affects Version/s: 2.14
   2.12

> 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.12, 2.13, 2.14
> Environment: JDK17, IGNITE  2.13.0
>Reporter: Lopata
>Priority: Major
> Attachments: image-2022-12-03-09-31-27-347.png, 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)


[jira] [Updated] (IGNITE-17734) CorruptedFreeListException after upgrade to 2.13.0 and JDK17

2022-12-02 Thread YuJue Li (Jira)


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

YuJue Li updated IGNITE-17734:
--
Attachment: image-2022-12-03-09-31-27-347.png

> 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: Major
> Attachments: image-2022-12-03-09-31-27-347.png, 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)


[jira] [Updated] (IGNITE-17734) CorruptedFreeListException after upgrade to 2.13.0 and JDK17

2022-11-02 Thread YuJue Li (Jira)


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

YuJue Li updated IGNITE-17734:
--
Priority: Major  (was: Minor)

> 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: Major
> 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)


[jira] [Updated] (IGNITE-17734) CorruptedFreeListException after upgrade to 2.13.0 and JDK17

2022-10-25 Thread YuJue Li (Jira)


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

YuJue Li updated IGNITE-17734:
--
Priority: Minor  (was: Blocker)

> 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: Minor
> 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)