Uploaded image for project: 'Commons IO'
  1. Commons IO
  2. IO-497

DeferredFileOutputStream produces unhandled IOExceptions if the java.io.tmpdir is deleted

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.4
    • None
    • Streams/Writers
    • None
    • unix-like operating systems where temporary disk storage is routinely purged; CentOS specifically

    Description

      In the event that the Java temporary directory is deleted prior to the DeferredFileOutputStream trying to use it, the stream will throw one of two different IOExceptions (depending on how the Stream was constructed).

      This may sound like an unrealistic use-case at first, but it is legitimate as one of my company's applications encountered it after the underlying operating system (CentOS) automatically purged the contents of its tmp directory. (The application uses Commons FileUpload, which invokes DeferredFileOutputStream and does not handle the error itself.) Our current work-around is to restart the server when this happens, but we feel that the underlying library should perhaps be intelligent enough to recover from such an error.

      Additionally, it seems an awkward experience that two different errors are produced based on how the stream was constructed. One approach produces a FileNotFoundException while the other produces a plain IOException.

      A small maven project containing a single JUnit test that highlights the error will be attached (see dfos-bug.tar.gz).

      Attachments

        1. example_stack.txt
          6 kB
          Nicholas Byrd
        2. dfos-bug-v2.tar.gz
          3 kB
          Nicholas Byrd
        3. dfos-bug.tar.gz
          3 kB
          Nicholas Byrd

        Activity

          People

            Unassigned Unassigned
            nbyrd Nicholas Byrd
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: