[ 
https://issues.apache.org/jira/browse/HDDS-12094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18004739#comment-18004739
 ] 

Attila Doroszlai commented on HDDS-12094:
-----------------------------------------

Thanks [~kostacie] for picking this up.  Please add your changes on top of 
[~ptlrs]'s [commits|https://github.com/ptlrs/ozone/commits/HDDS-12094-isfile] 
after:

{code}
git fetch origin refs/pull/7740/head:HDDS-12094
git checkout HDDS-12094
{code}

Please merge {{master}} into it to get changes from last ~6 months.

Also, please mention the old PR when opening yours.

> 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
>
> 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]

Reply via email to