[ https://issues.apache.org/jira/browse/HDFS-6921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14109805#comment-14109805 ]
Arpit Agarwal edited comment on HDFS-6921 at 8/25/14 9:51 PM: -------------------------------------------------------------- Thanks for the comments all. Addressed most of the points raised and also fixed HttpFSFileSystem: # The client needs to know about this flag since it will be passed to the DN during block creation. It is used by the DFSClient in HDFS-6923. # Vinayakumar, flags with bit values 0x1 through 0x8 are currently in use - see CreateFlag.java. So the next available one is 0x10. was (Author: arpitagarwal): Thanks for the comments all. Addressed most of the points raised and also fixed HttpFSFileSystem: # The client needs to know about this flag since it is passed to the DN during block creation. It is used by the DFSClient. # Vinayakumar, flags with bit values 0x1 through 0x8 are currently in use - see CreateFlag.java. So the next available one is 0x10. > Add LazyPersist flag to FileStatus > ---------------------------------- > > Key: HDFS-6921 > URL: https://issues.apache.org/jira/browse/HDFS-6921 > Project: Hadoop HDFS > Issue Type: Sub-task > Affects Versions: HDFS-6581 > Reporter: Arpit Agarwal > Assignee: Arpit Agarwal > Attachments: HDFS-6921.01.patch, HDFS-6921.02.patch > > > A new flag will be added to FileStatus to indicate that a file can be lazily > persisted to disk i.e. trading reduced durability for better write > performance. -- This message was sent by Atlassian JIRA (v6.2#6252)