Skip to content

Conversation

@cchenax
Copy link
Contributor

@cchenax cchenax commented Mar 25, 2021

What changes were proposed in this pull request?

add keyOffset in the key info result

What is the link to the Apache JIRA

https://issues.apache.org/jira/browse/HDDS-4983

How was this patch tested?

example:sh key info /vol1/bucket1/key1

{
"volumeName" : "vol1",
"bucketName" : "bucket1",
"name" : "key1",
"dataSize" : 16,
"creationTime" : "2021-03-12T11:23:22.125Z",
"modificationTime" : "2021-03-16T08:28:08.901Z",
"replicationType" : "RATIS",
"replicationFactor" : 3,
"ozoneKeyLocations" : [ {
"containerID" : 5,
"localID" : 105898527115771904,
"length" : 16,
"offset" : 0,
"keyOffset" : 16
} ],
"metadata" : { },
"fileEncryptionInfo" : null
}

@adoroszlai
Copy link
Contributor

This is the same as #2051, please don't open a new PR. Conflict due to recent force-push of master is being discussed in dev mailing list.

@adoroszlai adoroszlai closed this Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants