Uploaded image for project: 'Flume'
  1. Flume
  2. FLUME-1824

Inflights can complete successfully even if checkpoint fails

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.4.0
    • None
    • None

    Description

      In FlumeEventQueue class if a failure happens between:

          inflightPuts.serializeAndWrite();
          inflightTakes.serializeAndWrite();
      

      and

          backingStore.checkpoint();
          return true;
      

      the channel will not detect an error during replay, but will startup with inflights with correct checksums, but is invalid for the checkpoint.

      Attachments

        1. FLUME-1824.patch
          3 kB
          Hari Shreedharan

        Issue Links

          Activity

            People

              hshreedharan Hari Shreedharan
              hshreedharan Hari Shreedharan
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: