[
https://issues.apache.org/jira/browse/HDDS-12094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Attila Doroszlai resolved HDDS-12094.
-------------------------------------
Fix Version/s: 2.2.0
Resolution: Fixed
> OzoneKey isFile returns true for directories
> --------------------------------------------
>
> Key: HDDS-12094
> URL: https://issues.apache.org/jira/browse/HDDS-12094
> Project: Apache Ozone
> Issue Type: Bug
> Reporter: Rishabh Patel
> Assignee: Anastasia Kostryukova
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.2.0
>
>
> Running {{OzoneKey isFile()}} on the directory returns {{{}true{}}}.
> For the directory {{{}ockrwvolume/ockrwbucket/rmp{}}}:
> {code:java}
> bash-5.1$ ozone sh key info /ockrwvolume/ockrwbucket/rmp/
> {
> "volumeName" : "ockrwvolume",
> "bucketName" : "ockrwbucket",
> "name" : "rmp/",
> "owner" : "hadoop",
> "dataSize" : 0,
> "creationTime" : "2025-01-16T22:21:15.224Z",
> "modificationTime" : "2025-01-16T22:21:15.224Z",
> "replicationConfig" : {
> "replicationFactor" : "ONE",
> "requiredNodes" : 1,
> "minimumNodes" : 1,
> "replicationType" : "RATIS"
> },
> "metadata" : { },
> "tags" : { },
> "ozoneKeyLocations" : [ ],
> "generation" : 5,
> "file" : false
> } {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]