You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2018/10/09 15:31:00 UTC

[jira] [Commented] (IGNITE-9776) FsyncModeFileWriteAheadLogManager can block forever in log() call

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

Vladimir Ozerov commented on IGNITE-9776:
-----------------------------------------

Hi [~andrey-kuznetsov], 
Could you please share the status of this ticket? Are we going to fix it in AI 2.7 still? If yes, then what is the deadline?

> FsyncModeFileWriteAheadLogManager can block forever in log() call
> -----------------------------------------------------------------
>
>                 Key: IGNITE-9776
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9776
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Andrey Kuznetsov
>            Priority: Major
>             Fix For: 2.7
>
>         Attachments: FsyncWalRolloverDoesNotBlockTest.java
>
>
> If WAL archiver is disabled and WALRecord being logged has {{rollOver() == true}}, then {{log()}} call blocks forever in {{FileArchiver}}'s (!) method:
> {noformat}
> nextAbsoluteSegmentIndex:1707, FsyncModeFileWriteAheadLogManager$FileArchiver (org.apache.ignite.internal.processors.cache.persistence.wal)
> access$3200:1437, FsyncModeFileWriteAheadLogManager$FileArchiver (org.apache.ignite.internal.processors.cache.persistence.wal)
> pollNextFile:1384, FsyncModeFileWriteAheadLogManager (org.apache.ignite.internal.processors.cache.persistence.wal)
> initNextWriteHandle:1243, FsyncModeFileWriteAheadLogManager (org.apache.ignite.internal.processors.cache.persistence.wal)
> rollOver:1130, FsyncModeFileWriteAheadLogManager (org.apache.ignite.internal.processors.cache.persistence.wal)
> log:712, FsyncModeFileWriteAheadLogManager (org.apache.ignite.internal.processors.cache.persistence.wal)
> {noformat}
> Reproducer is attached.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)