Uploaded image for project: 'Apache Avro'
  1. Apache Avro
  2. AVRO-775

File handle leak in DataFileReader

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.5.0
    • 1.5.0
    • java
    • None
    • all

    • Reviewed

    Description

      When a DataFileReader is constructed by passing it a java.io.File and the is subsequently closed, the underlying FileInputStream is not getting closed. It manifests as an error in mapreduce tests in Windows machines. The files produced by mappers/reducers are opened as DataFiles for checking and, due to this bug, the handles are not closed. So subsequent delete operation on the file fails. And future mapper/reducer complains that the output already exists.

      Attachments

        1. AVRO-775.patch
          1 kB
          Doug Cutting
        2. AVRO-775.patch
          0.8 kB
          Thiruvalluvan M. G.

        Activity

          People

            cutting Doug Cutting
            thiru_mg Thiruvalluvan M. G.
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: