You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Nikolay Izhikov (Jira)" <ji...@apache.org> on 2022/10/10 12:07:00 UTC

[jira] [Resolved] (IGNITE-17852) an error caused the server node to exit; "CRC hasn't been calculated"

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

Nikolay Izhikov resolved IGNITE-17852.
--------------------------------------
    Resolution: Fixed

> an error caused the server node to exit; "CRC hasn't been calculated"
> ---------------------------------------------------------------------
>
>                 Key: IGNITE-17852
>                 URL: https://issues.apache.org/jira/browse/IGNITE-17852
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache
>    Affects Versions: 2.12
>            Reporter: Denis Kuznetsov
>            Assignee: Nikolay Izhikov
>            Priority: Minor
>              Labels: ise
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> an error caused the server node to exit:
> {code:java}
> 2022-10-04 20:00:48.828 [ERROR][db-checkpoint-thread-#220][] Critical system error detected. Will be handled accordingly to configured handler [hnd=StopNodeOrHaltFailure
> Handler [tryStop=false, timeout=0, super=AbstractFailureHandler [ignoredFailureTypes=UnmodifiableSet [SYSTEM_WORKER_BLOCKED, SYSTEM_CRITICAL_OPERATION_TIMEOUT]]], failur
> eCtx=FailureContext [type=CRITICAL_ERROR, err=class o.a.i.IgniteCheckedException: Compound exception for CountDownFuture.]]
> org.apache.ignite.IgniteCheckedException: Compound exception for CountDownFuture.
>         at org.apache.ignite.internal.util.future.CountDownFuture.addError(CountDownFuture.java:72) ~[ignite-core-2.12.0-p6.jar:2.12.0-p6]
>         at org.apache.ignite.internal.util.future.CountDownFuture.onDone(CountDownFuture.java:46) ~[ignite-core-2.12.0-p6.jar:2.12.0-p6]
>         at org.apache.ignite.internal.util.future.CountDownFuture.onDone(CountDownFuture.java:28) ~[ignite-core-2.12.0-p6.jar:2.12.0-p6]
>         at org.apache.ignite.internal.util.future.GridFutureAdapter.onDone(GridFutureAdapter.java:478) ~[ignite-core-2.12.0-p6.jar:2.12.0-p6]
>         at org.apache.ignite.internal.processors.cache.persistence.checkpoint.CheckpointPagesWriter.run(CheckpointPagesWriter.java:166) ~[ignite-core-2.12.0-p6.jar:2.12.
> 0-p6]
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[?:?]
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[?:?]
>         at java.lang.Thread.run(Thread.java:829) [?:?]
>         Suppressed: java.lang.AssertionError: CRC hasn't been calculated, crc=0
>                 at org.apache.ignite.internal.processors.cache.persistence.file.FilePageStore.write(FilePageStore.java:737) ~[ignite-core-2.12.0-p6.jar:2.12.0-p6]
>                 at org.apache.ignite.internal.processors.cache.persistence.pagemem.PageReadWriteManagerImpl.write(PageReadWriteManagerImpl.java:116) ~[ignite-core-2.12.0
> -p6.jar:2.12.0-p6]
>                 at org.apache.ignite.internal.processors.cache.persistence.file.FilePageStoreManager.write(FilePageStoreManager.java:637) ~[ignite-core-2.12.0-p6.jar:2.1
> 2.0-p6]
>                 at org.apache.ignite.internal.processors.cache.persistence.checkpoint.CheckpointManager.lambda$new$0(CheckpointManager.java:175) ~[ignite-core-2.12.0-p6.
> jar:2.12.0-p6]
>                 at org.apache.ignite.internal.processors.cache.persistence.checkpoint.CheckpointPagesWriter$1.writePage(CheckpointPagesWriter.java:266) ~[ignite-core-2.1
> 2.0-p6.jar:2.12.0-p6]
>                 at org.apache.ignite.internal.processors.cache.persistence.pagemem.PageMemoryImpl.copyPageForCheckpoint(PageMemoryImpl.java:1343) ~[ignite-core-2.12.0-p6
> .jar:2.12.0-p6]
>                 at org.apache.ignite.internal.processors.cache.persistence.pagemem.PageMemoryImpl.checkpointWritePage(PageMemoryImpl.java:1250) ~[ignite-core-2.12.0-p6.j
> ar:2.12.0-p6]
>                 at org.apache.ignite.internal.processors.cache.persistence.checkpoint.CheckpointPagesWriter.writePages(CheckpointPagesWriter.java:207) ~[ignite-core-2.12
> .0-p6.jar:2.12.0-p6]
>                 at org.apache.ignite.internal.processors.cache.persistence.checkpoint.CheckpointPagesWriter.run(CheckpointPagesWriter.java:151) ~[ignite-core-2.12.0-p6.j
> ar:2.12.0-p6]
>                 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[?:?]
>                 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[?:?]
>                 at java.lang.Thread.run(Thread.java:829) [?:?] {code}
> node configured with compression:
> {code:java}
> <property name="diskPageCompression" value="SNAPPY"/>{code}
> the node exited during the snapshot and caused the snapshot to stop:
> {code:java}
> 20221005_092448 ignite.log:2022-10-05 02:58:50.787 [ERROR][disco-event-worker-#190][org.apache.ignite.internal.processors.cache.p
> ersistence.snapshot.AbstractSnapshotFutureTask] Snapshot task has accepted exception to stop at org.apache.ignite.internal.processors.cache.persistence.snapshot.IgniteSnapshotManager.lambda$
> start0$6(IgniteSnapshotManager.java:472) ~[ignite-core-2.12.0-p6.jar:2.12.0-p6] {code}



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