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 "Brandon Li (JIRA)" <ji...@apache.org> on 2013/08/19 22:41:48 UTC

[jira] [Created] (HDFS-5110) Change FSDataOutputStream to HdfsDataOutputStream for opened streams to fix type cast error

Brandon Li created HDFS-5110:
--------------------------------

             Summary: Change FSDataOutputStream to HdfsDataOutputStream for opened streams to fix type cast error
                 Key: HDFS-5110
                 URL: https://issues.apache.org/jira/browse/HDFS-5110
             Project: Hadoop HDFS
          Issue Type: Sub-task
          Components: nfs
    Affects Versions: 3.0.0
            Reporter: Brandon Li
            Assignee: Brandon Li


In openFileCtx, HdfsDataOutputStream.hsync is invoked to sync the data sometimes to make sure the same data can be read back immediately.

NFS gets the cast error since originally FSDataOutputStream was used.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira