smitajoshi12 commented on PR #5521:
URL: https://github.com/apache/ozone/pull/5521#issuecomment-1903573960
> {
> "lastKey":
"/-4611686018427388160/-9223372036854775552/-9223372036854767358/240122081700/-9223372036854767357",
> "replicatedDataSize": 0,
> "unreplicatedDataSize": 103734,
> "deletedDirInfo": [
> {
> "**key":
"/-4611686018427388160/-9223372036854775552/-9223372036854767358/240122081700/-9223372036854767357"**,
> "**path": ".Trash/hadoop/240122081700**",
> "inStateSince": 1705911362730,
> "size": 103734,
> "replicatedSize": 0,
> "replicationInfo": {
> "replicationFactor": "THREE",
> "requiredNodes": 3,
> "replicationType": "RATIS"
> }
> }
> ],
> "status": "OK"
> }
@devmadhuu
Hi Devesh we are showing key and path both variables but for complete path
do we need to add any variable in JSON Response apart from key and Path.
{
"lastKey":
"/-4611686018427388160/-9223372036854775552/-9223372036854767358/240122081700/-9223372036854767357",
"replicatedDataSize": 0,
"unreplicatedDataSize": 103734,
"deletedDirInfo": [
{
"key":
"/-4611686018427388160/-9223372036854775552/-9223372036854767358/240122081700/-9223372036854767357",
"path": ".Trash/hadoop/240122081700",
"inStateSince": 1705911362730,
"size": 103734,
"replicatedSize": 0,
"replicationInfo": {
"replicationFactor": "THREE",
"requiredNodes": 3,
"replicationType": "RATIS"
}
}
],
"status": "OK"
}
--
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]