[ https://issues.apache.org/jira/browse/HDFS-12882?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chris Douglas updated HDFS-12882: --------------------------------- Attachment: HDFS-12882.02.patch Made a change for the audit log: {noformat} - final String operationName = "getfileinfo"; + final String operationName = needLocation ? "open" : "getfileinfo"; {noformat} > Support full open(PathHandle) contract in HDFS > ---------------------------------------------- > > Key: HDFS-12882 > URL: https://issues.apache.org/jira/browse/HDFS-12882 > Project: Hadoop HDFS > Issue Type: Improvement > Components: hdfs-client > Reporter: Chris Douglas > Assignee: Chris Douglas > Attachments: HDFS-12882.00.patch, HDFS-12882.00.salient.txt, > HDFS-12882.01.patch, HDFS-12882.02.patch > > > HDFS-7878 added support for {{open(PathHandle)}}, but it only partially > implemented the semantics specified in the contract (i.e., open-by-inodeID). > HDFS should implement all permutations of the default options for > {{PathHandle}}. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org