You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Luchnikov Alexander (Jira)" <ji...@apache.org> on 2022/05/13 09:22:00 UTC

[jira] [Updated] (IGNITE-16436) Node can crash with ClosedChannelException

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

Luchnikov Alexander updated IGNITE-16436:
-----------------------------------------
    Labels: ise.lts storage  (was: storage)

> Node can crash with ClosedChannelException
> ------------------------------------------
>
>                 Key: IGNITE-16436
>                 URL: https://issues.apache.org/jira/browse/IGNITE-16436
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 2.11.1
>            Reporter: Semyon Danilov
>            Assignee: Semyon Danilov
>            Priority: Major
>              Labels: ise.lts, storage
>             Fix For: 2.13
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> {code:java}
> 2021-12-02 15:32:24.854 [wal-write-worker%null-#197] ERROR ROOT - Critical system error detected. Will be handled accordingly to configured handler [hnd=StopNodeOrHaltFailureHandler [tryStop=false, timeout=0, super=AbstractFailureHandler [ignoredFailureTypes=UnmodifiableSet [SYSTEM_WORKER_BLOCKED, SYSTEM_CRITICAL_OPERATION_TIMEOUT]]], failureCtx=FailureContext [type=CRITICAL_ERROR, err=class o.a.i.i.processors.cache.persistence.StorageException: Failed to write buffer.]]
> org.apache.ignite.internal.processors.cache.persistence.StorageException: Failed to write buffer.
> 	at org.apache.ignite.internal.processors.cache.persistence.wal.filehandle.FileHandleManagerImpl$WALWriter.writeBuffer(FileHandleManagerImpl.java:581)
> 	at org.apache.ignite.internal.processors.cache.persistence.wal.filehandle.FileHandleManagerImpl$WALWriter.body(FileHandleManagerImpl.java:388)
> 	at org.apache.ignite.internal.util.worker.GridWorker.run(GridWorker.java:119)
> 	at java.base/java.lang.Thread.run(Thread.java:829)
> Caused by: java.nio.channels.ClosedChannelException: null
> 	at java.base/sun.nio.ch.FileChannelImpl.ensureOpen(FileChannelImpl.java:150)
> 	at java.base/sun.nio.ch.FileChannelImpl.position(FileChannelImpl.java:325)
> 	at org.apache.ignite.internal.processors.cache.persistence.file.RandomAccessFileIO.position(RandomAccessFileIO.java:82)
> 	at org.apache.ignite.internal.processors.cache.persistence.file.FileIODecorator.position(FileIODecorator.java:55)
> 	at org.apache.ignite.internal.processors.cache.persistence.file.AbstractFileIO.writeFully(AbstractFileIO.java:109)
> 	at org.apache.ignite.internal.processors.cache.persistence.wal.filehandle.FileHandleManagerImpl$WALWriter.writeBuffer(FileHandleManagerImpl.java:572)
> 	... 3 common frames omitted {code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)