Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-5464

[linearstore] Incompletely created journal files accumulate in EFP

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • C++ Broker
    • None

    Description

      In tests which kill the broker during operation or in situations where the broker is rudely interrupted while creating new journal files, incomplete journal files of incorrect size accumulate in the empty file pools. The code precludes these files from being used, but they are not deleted either, so they sit indefinitely in the EFP directories tying up disk resources.

      These files should:
      1. be moved into a separate directory if they are shown to be non-empty (for possible forensic analysis), or
      2. deleted if they are empty, freeing up disk resources.

      This check should probably happen on broker/linearstore startup, as this is when unused journal files are repatriated to their EFPs.

      Attachments

        Activity

          People

            kpvdr Kim van der Riet
            kpvdr Kim van der Riet
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: