You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Anthony Baker (JIRA)" <ji...@apache.org> on 2017/06/17 18:04:35 UTC

[jira] [Closed] (GEODE-2398) Sporadic Oplog corruption due to channel.write failure

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

Anthony Baker closed GEODE-2398.
--------------------------------

> Sporadic Oplog corruption due to channel.write failure
> ------------------------------------------------------
>
>                 Key: GEODE-2398
>                 URL: https://issues.apache.org/jira/browse/GEODE-2398
>             Project: Geode
>          Issue Type: Bug
>          Components: persistence
>            Reporter: Kenneth Howe
>            Assignee: Lynn Gallinat
>             Fix For: 1.2.0
>
>
> There have been some occurrences of Oplog corruption during testing that have been traced to failures in writing oplog entries to the .crf file. When it fails, Oplog.flush attempts to write a ByteBuffer to the file channel. The call to channel.write(bb) method returns 0 bytes written, but the source ByteBuffer position is moved to the ByteBuffer limit.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)