jyotirmoy-gh opened a new pull request, #5762:
URL: https://github.com/apache/ozone/pull/5762
## What changes were proposed in this pull request?
Fix IllegalFormatConversionException error in verbose snapshot info output -
```
bash-4.2$ ozone sh --verbose snapshot info vol1/buck1 snap1
Volume Name : vol1
Bucket Name : buck1
Snapshot info for snapshot: snap1 under o3://vol1/buck1
{
"volumeName" : "vol1",
"bucketName" : "buck1",
"name" : "snap1",
"creationTime" : 1702290098747,
"snapshotStatus" : "SNAPSHOT_ACTIVE",
"snapshotId" : "cd856ae2-cea4-499c-82b0-b91ce07b9d2d",
"snapshotPath" : "vol1/buck1",
"checkpointDir" : "-cd856ae2-cea4-499c-82b0-b91ce07b9d2d",
"referencedSize" : 0,
"referencedReplicatedSize" : 0,
"exclusiveSize" : 0,
"exclusiveReplicatedSize" : 0
}
```
## What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-9892
## How was this patch tested?
Tested on docker
--
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]