Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-4156

Seeking to a negative position should throw an IOE

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0.0, 2.0.0-alpha
    • 2.0.3-alpha
    • None
    • Reviewed

    Description

      Credit to vanzin for finding this. If you seek() to a position before the start of the file, the seek() call succeeds, and the following read() call throws an NPE. A more friendly approach would be to fail the seek() call.

      Exception in thread "main" java.lang.NullPointerException
      at org.apache.hadoop.hdfs.DFSInputStream.readWithStrategy(DFSInputStream.java:670)
      at org.apache.hadoop.hdfs.DFSInputStream.read(DFSInputStream.java:685)
      at java.io.DataInputStream.read(DataInputStream.java:83)
      at fstest.main(fstest.java:12)
      

      Attachments

        1. HDFS-4156-1.patch
          0.8 kB
          Eli Reisman
        2. HDFS-4156-2.patch
          0.8 kB
          Eli Reisman
        3. HDFS-4156-3.patch
          3 kB
          Eli Reisman
        4. HDFS-4156-4.patch
          3 kB
          Eli Reisman

        Activity

          People

            initialcontext Eli Reisman
            eli Eli Collins
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: