Andy Isaacson created HDFS-3760:
-----------------------------------

             Summary: primitiveCreate is a write, not a read
                 Key: HDFS-3760
                 URL: https://issues.apache.org/jira/browse/HDFS-3760
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: hdfs client
    Affects Versions: 2.0.0-alpha
            Reporter: Andy Isaacson
            Assignee: Andy Isaacson
            Priority: Minor


{code}
DistributedFileSystem.java:

246   protected HdfsDataOutputStream primitiveCreate(Path f,
247     FsPermission absolutePermission, EnumSet<CreateFlag> flag, int 
bufferSize,
248     short replication, long blockSize, Progressable progress,
249     int bytesPerChecksum) throws IOException {
250     statistics.incrementReadOps(1);
{code}
A {{create}} (whether primitive or not) is a write operation, not a read 
operation.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to