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

File Channel issue - recovering from BadCheckpoint exception on Windows

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Patch Available
    • Major
    • Resolution: Unresolved
    • 1.3.1
    • None
    • Channel, File Channel, Windows

    Description

      In EventQueueBackingStoreFileV3 constructor, if it detects that the checkpoint and meta files have differing logWriteOrderIds, it throws a BadCheckpointException. Controls goes back to the exception handler in Log.replay() which attempts to delete all the files in checkpoint directory and start fresh. The same file names are reused when starting fresh.

      Unfortunately this does not work on Windows since the deletion of the checkpoint file in the checkpointDir fails. The failure is due to the fact that the checkpoint file is memory mapped. Unless it is unmapped the deletion will not succeed... and unfortunately Java does not have unmap support. Windows does not permit deletion (or renaming) of files in use.

      Attachments

        1. FLUME-1.3.1-2068.patch
          15 kB
          Roshan Naik
        2. FLUME-2068v2.patch
          13 kB
          Roshan Naik

        Issue Links

          Activity

            People

              venkatnrangan Venkat Ranganathan
              roshan_naik Roshan Naik
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: