You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Semyon Danilov (Jira)" <ji...@apache.org> on 2022/01/31 16:38:00 UTC

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

Semyon Danilov created IGNITE-16436:
---------------------------------------

             Summary: Node can crash with ClosedChannelException
                 Key: IGNITE-16436
                 URL: https://issues.apache.org/jira/browse/IGNITE-16436
             Project: Ignite
          Issue Type: Bug
            Reporter: Semyon Danilov
            Assignee: Semyon Danilov


{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.1#820001)