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

Reply via email to