Steve Loughran created HADOOP-15949: ---------------------------------------
Summary: open(PathHandle) spec and implementations ambiguous about what to raise when path is deleted Key: HADOOP-15949 URL: https://issues.apache.org/jira/browse/HADOOP-15949 Project: Hadoop Common Issue Type: Bug Components: fs Affects Versions: 3.1.1 Reporter: Steve Loughran It's not clear exactly what exception must be raised if the file referenced by a path handle is deleted in the interval between the path handle being created and it being opened. For reference * RawLocalFileSystem: FileNotFoundException, either in getFileStatus or the File.open() call. * HDFS: varies between FNFE and InvalidPathHandleException Having experimented with it, it's hard to make them consistent —and we don't know what other implementations may do. Probably best to say "may throw either" -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org