[ https://issues.apache.org/jira/browse/HADOOP-931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tom White resolved HADOOP-931. ------------------------------ Resolution: Won't Fix Closing since nothing is broken. Any DFS changes should go in a new issue. > Make writes to S3FileSystem world visible only on completion > ------------------------------------------------------------ > > Key: HADOOP-931 > URL: https://issues.apache.org/jira/browse/HADOOP-931 > Project: Hadoop > Issue Type: Bug > Components: fs > Reporter: Tom White > > Currently files written to S3 are visible to other processes as soon as the > first block has been written. This is different to DFS which only makes files > world visible after the stream writing to the file has closed (see > FSNamesystem.completeFile). > We could implement this by having a piece of inode metadata that indicates > the visibility of the file. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.