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

Reset buffers in case of IOException

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.8.2
    • 1.9.0
    • java
    • None

    Description

      In case of an IOException is thrown out from DataFileWriter.writeBlock the buffer and blockCount are not reset therefore duplicated data is written out when close/flush.

      This is actually a conceptual question whether we should reset the buffer or not in case of an exception. In case of an exception occurs during writing the file we shall expect that the file will be corrupt. So, the possible duplication of data shall not matter.
      In the other hand if the file is already corrupt why would we try to write anything again at file close?

      This issue comes from a Flume issue where the HDFS wait thread is interrupted because of a timeout during writing an Avro file. The actual block is properly written already but because of the IOException caused by the thread interrupt we invoke close() on the writer which writes the block again with some other stuff (maybe duplicated sync marker) that makes the file corrupt.

      busbey, nkollar, zi, any thoughts?

      Attachments

        Issue Links

          Activity

            People

              gszadovszky Gabor Szadovszky
              gszadovszky Gabor Szadovszky
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: