hemantk-12 opened a new pull request, #5108: URL: https://github.com/apache/ozone/pull/5108
## What changes were proposed in this pull request? As part of change #3912 and #4448, `isFile` parameter was added to `OmKeyInfo` and `OzoneKey` but it was not set when new create file gets created it doesn't exist [here](https://github.com/apache/ozone/blob/f2ef43b638e2df94af2a8e30fcef3849697195dc/hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/key/OMKeyRequest.java#L689). This change is to set `isFile` on createFile code path so that it can properly identify if key is file or dir. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-9072 ## How was this patch tested? Updated unit tests. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
