[
https://issues.apache.org/jira/browse/HDDS-10241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zita Dombi resolved HDDS-10241.
-------------------------------
Fix Version/s: 1.5.0
Resolution: Fixed
> Improve the response for the Deleted Directories Insight Endpoint.
> ------------------------------------------------------------------
>
> Key: HDDS-10241
> URL: https://issues.apache.org/jira/browse/HDDS-10241
> Project: Apache Ozone
> Issue Type: Improvement
> Components: Ozone Recon
> Reporter: Mohammad Arafat Khan
> Assignee: Mohammad Arafat Khan
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.5.0
>
>
> The current response of *Deleted-Directories* and *Open-Keys* Insight has the
> following parameters :-
> {code:java}
> "key":"/-9223372036854775552/-9223372036854775040/-9223372036854775040/dir1/-9223372036854774527",
> "path": "dir1",{code}
> As we can see its confusing and not very intuitive for the user.
> We want to the final response parameters to be like this :-
> {code:java}
> "key": "dir1",
> "path": "volume/bucket1/dir1/dir2/dir3",{code}
> Here we will have to construct the path of the *directory/key* with their
> actual names rather than printing out the object ID's.
> And we will also have to make a few changes to the frontend to accommodate
> this new info accordingly.
>
>
>
>
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]