You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Todd Lipcon (JIRA)" <ji...@apache.org> on 2011/02/09 02:31:58 UTC

[jira] Created: (HDFS-1615) seek() on closed DFS input stream throws NPE

seek() on closed DFS input stream throws NPE
--------------------------------------------

                 Key: HDFS-1615
                 URL: https://issues.apache.org/jira/browse/HDFS-1615
             Project: Hadoop HDFS
          Issue Type: Bug
            Reporter: Todd Lipcon
            Assignee: Todd Lipcon


After closing an input stream on DFS, seeking slightly ahead of the last read will throw an NPE:

java.lang.NullPointerException
        at org.apache.hadoop.hdfs.DFSInputStream.seek(DFSInputStream.java:749)
        at org.apache.hadoop.fs.FSDataInputStream.seek(FSDataInputStream.java:42)

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira