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

File Channel should not consider a file as inactive until all takes are committed.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.2.0
    • 1.3.0
    • Channel
    • None

    Description

      FlumeEventQueue removes fileID from fileIDCounts before commits are completed. See FLUME-1417 for background. This series of events would be problematic:
      File ( i )
      n puts
      commit
      n takes (file i is no longer in flume event queue fileIDCounts)

      file roll -> current active file in directory (File i+1)
      background worker kicks in -> removes file i.
      Note that the commit for the n takes has not taken place.

      We do keep 2 files per directory, but if a commit/rollback does not come and 2 files are rolled, we might have some issues.

      Attachments

        1. FLUME-1428-1.patch
          4 kB
          Hari Shreedharan
        2. FLUME-1428.patch
          4 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: