You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "Hari Shreedharan (JIRA)" <ji...@apache.org> on 2013/01/08 06:06:12 UTC

[jira] [Created] (FLUME-1824) Inflights can complete successfully even if checkpoint fails

Hari Shreedharan created FLUME-1824:
---------------------------------------

             Summary: Inflights can complete successfully even if checkpoint fails
                 Key: FLUME-1824
                 URL: https://issues.apache.org/jira/browse/FLUME-1824
             Project: Flume
          Issue Type: Bug
            Reporter: Hari Shreedharan
            Assignee: Hari Shreedharan


In FlumeEventQueue class if a failure happens between:
{code}
    inflightPuts.serializeAndWrite();
    inflightTakes.serializeAndWrite();
{code}
and 
{code}
    backingStore.checkpoint();
    return true;
{code}
the channel will not detect an error during replay, but will startup with inflights with correct checksums, but is invalid for the checkpoint.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira