[ 
https://issues.apache.org/jira/browse/IGNITE-25187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17946060#comment-17946060
 ] 

Ignite TC Bot commented on IGNITE-25187:
----------------------------------------

{panel:title=Branch: [pull/12013/head] Base: [master] : No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/12013/head] Base: [master] : New Tests 
(24)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}PDS (Compatibility){color} [[tests 
24|https://ci2.ignite.apache.org/viewLog.html?buildId=8400968]]
* {color:#013220}IgniteCompatibilityBasicTestSuite: 
SnapshotCompatibilityTest.testSnapshotRestore[incrementalSnp=false, 
consistentID=6c7fe284-be15-41a0-b174-44bd2f4170b4, oldNodesCnt=3, 
cacheDump=false, customSnpPath=false, testCacheGrp=false] - PASSED{color}
* {color:#013220}IgniteCompatibilityBasicTestSuite: 
SnapshotCompatibilityTest.testSnapshotRestore[incrementalSnp=false, 
consistentID=6c7fe284-be15-41a0-b174-44bd2f4170b4, oldNodesCnt=3, 
cacheDump=false, customSnpPath=false, testCacheGrp=true] - PASSED{color}
* {color:#013220}IgniteCompatibilityBasicTestSuite: 
SnapshotCompatibilityTest.testSnapshotRestore[incrementalSnp=false, 
consistentID=6c7fe284-be15-41a0-b174-44bd2f4170b4, oldNodesCnt=3, 
cacheDump=false, customSnpPath=true, testCacheGrp=false] - PASSED{color}
* {color:#013220}IgniteCompatibilityBasicTestSuite: 
SnapshotCompatibilityTest.testSnapshotRestore[incrementalSnp=true, 
consistentID=6c7fe284-be15-41a0-b174-44bd2f4170b4, oldNodesCnt=1, 
cacheDump=false, customSnpPath=true, testCacheGrp=true] - PASSED{color}
* {color:#013220}IgniteCompatibilityBasicTestSuite: 
SnapshotCompatibilityTest.testSnapshotRestore[incrementalSnp=true, 
consistentID=6c7fe284-be15-41a0-b174-44bd2f4170b4, oldNodesCnt=3, 
cacheDump=false, customSnpPath=true, testCacheGrp=true] - PASSED{color}
* {color:#013220}IgniteCompatibilityBasicTestSuite: 
SnapshotCompatibilityTest.testSnapshotRestore[incrementalSnp=true, 
consistentID=6c7fe284-be15-41a0-b174-44bd2f4170b4, oldNodesCnt=1, 
cacheDump=false, customSnpPath=false, testCacheGrp=false] - PASSED{color}
* {color:#013220}IgniteCompatibilityBasicTestSuite: 
SnapshotCompatibilityTest.testSnapshotRestore[incrementalSnp=true, 
consistentID=6c7fe284-be15-41a0-b174-44bd2f4170b4, oldNodesCnt=1, 
cacheDump=false, customSnpPath=false, testCacheGrp=true] - PASSED{color}
* {color:#013220}IgniteCompatibilityBasicTestSuite: 
SnapshotCompatibilityTest.testSnapshotRestore[incrementalSnp=true, 
consistentID=6c7fe284-be15-41a0-b174-44bd2f4170b4, oldNodesCnt=1, 
cacheDump=false, customSnpPath=true, testCacheGrp=false] - PASSED{color}
* {color:#013220}IgniteCompatibilityBasicTestSuite: 
SnapshotCompatibilityTest.testSnapshotRestore[incrementalSnp=false, 
consistentID=6c7fe284-be15-41a0-b174-44bd2f4170b4, oldNodesCnt=1, 
cacheDump=true, customSnpPath=true, testCacheGrp=true] - PASSED{color}
* {color:#013220}IgniteCompatibilityBasicTestSuite: 
SnapshotCompatibilityTest.testSnapshotRestore[incrementalSnp=true, 
consistentID=6c7fe284-be15-41a0-b174-44bd2f4170b4, oldNodesCnt=3, 
cacheDump=false, customSnpPath=false, testCacheGrp=false] - PASSED{color}
* {color:#013220}IgniteCompatibilityBasicTestSuite: 
SnapshotCompatibilityTest.testSnapshotRestore[incrementalSnp=true, 
consistentID=6c7fe284-be15-41a0-b174-44bd2f4170b4, oldNodesCnt=3, 
cacheDump=false, customSnpPath=false, testCacheGrp=true] - PASSED{color}
... and 13 new tests

{panel}
[TeamCity *--> Run :: All* 
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=8401017&buildTypeId=IgniteTests24Java8_RunAll]

> Improve assertion message for doInitFromLink method
> ---------------------------------------------------
>
>                 Key: IGNITE-25187
>                 URL: https://issues.apache.org/jira/browse/IGNITE-25187
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Aleksey Plekhanov
>            Assignee: Aleksey Plekhanov
>            Priority: Major
>              Labels: ise
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Sometimes asssertion fired on {{doInitFromLink}} method. For example 
> following assertion was fired on entries expirition:
> {noformat}
> Caused by: 
> org.apache.ignite.internal.processors.cache.persistence.tree.BPlusTreeRuntimeException:
>  java.lang.AssertionError: 284687612248073
>         at 
> org.apache.ignite.internal.processors.cache.persistence.CacheDataRowAdapter.doInitFromLink(CacheDataRowAdapter.java:340)
>         at 
> org.apache.ignite.internal.processors.cache.persistence.CacheDataRowAdapter.initFromLink(CacheDataRowAdapter.java:160)
>         at 
> org.apache.ignite.internal.processors.cache.persistence.CacheDataRowAdapter.initFromLink(CacheDataRowAdapter.java:131)
>         at 
> org.apache.ignite.internal.processors.cache.persistence.CacheDataRowAdapter.initFromLink(CacheDataRowAdapter.java:118)
>         at 
> org.apache.ignite.internal.processors.cache.tree.PendingRow.initKey(PendingRow.java:72)
>         at 
> org.apache.ignite.internal.processors.cache.tree.PendingEntriesTree.getRow(PendingEntriesTree.java:140)
>         at 
> org.apache.ignite.internal.processors.cache.tree.PendingEntriesTree.getRow(PendingEntriesTree.java:32)
>         at 
> org.apache.ignite.internal.processors.cache.persistence.tree.BPlusTree$RemoveRange.removeDataRowFromLeaf(BPlusTree.java:6174)
>         at 
> org.apache.ignite.internal.processors.cache.persistence.tree.BPlusTree$RemoveFromLeaf.doRemoveOrLockTail(BPlusTree.java:674)
>         at 
> org.apache.ignite.internal.processors.cache.persistence.tree.BPlusTree$RemoveRangeFromLeaf.run0(BPlusTree.java:722)
>         at 
> org.apache.ignite.internal.processors.cache.persistence.tree.BPlusTree$RemoveRangeFromLeaf.run0(BPlusTree.java:686)
>         at 
> org.apache.ignite.internal.processors.cache.persistence.tree.BPlusTree$GetPageHandler.run(BPlusTree.java:5830)
>         at 
> org.apache.ignite.internal.processors.cache.persistence.tree.BPlusTree$GetPageHandler.run(BPlusTree.java:5816)
>         at 
> org.apache.ignite.internal.processors.cache.persistence.tree.util.PageHandler.writePage(PageHandler.java:381)
>         at 
> org.apache.ignite.internal.processors.cache.persistence.DataStructure.write(DataStructure.java:348)
>         at 
> org.apache.ignite.internal.processors.cache.persistence.tree.BPlusTree.access$4900(BPlusTree.java:214)
>         at 
> org.apache.ignite.internal.processors.cache.persistence.tree.BPlusTree$Remove.doRemoveFromLeaf(BPlusTree.java:4730)
>         at 
> org.apache.ignite.internal.processors.cache.persistence.tree.BPlusTree$Remove.removeFromLeaf(BPlusTree.java:4709)
>         at 
> org.apache.ignite.internal.processors.cache.persistence.tree.BPlusTree$Remove.tryRemoveFromLeaf(BPlusTree.java:5161)
>         at 
> org.apache.ignite.internal.processors.cache.persistence.tree.BPlusTree.removeDown(BPlusTree.java:2411)
>         at 
> org.apache.ignite.internal.processors.cache.persistence.tree.BPlusTree.doRemove(BPlusTree.java:2294)
>         ... 10 more 
> {noformat}
> The same assertion fired in ticket IGNITE-21259 (but on index rebuild).
> Currently, root cause of the problem is unknown. We have only page id as 
> additional information here. Let's add some more info (at least current page 
> tag) to help analize this problem next time.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to