devabhishekpal commented on code in PR #9793:
URL: https://github.com/apache/ozone/pull/9793#discussion_r2888128882
##########
hadoop-hdds/docs/content/design/mpu-gc-optimization.md:
##########
@@ -97,15 +97,14 @@ Split MPU metadata into:
message MultipartPartInfo {
required string partName = 1;
required uint32 partNumber = 2;
- required string volumeName = 3;
- required string bucketName = 4;
- required string keyName = 5;
- required uint64 dataSize = 6;
- required uint64 modificationTime = 7;
- repeated KeyLocationList keyLocationList = 8;
- repeated hadoop.hdds.KeyValue metadata = 9;
- optional FileEncryptionInfoProto fileEncryptionInfo = 10;
- optional FileChecksumProto fileChecksum = 11;
+ repeated KeyLocationList keyLocationList = 6;
+ required uint64 dataSize = 7;
+ required uint64 modificationTime = 8;
+ required uint64 objectID = 9;
+ required uint64 updateID = 10;
+ repeated hadoop.hdds.KeyValue metadata = 11;
Review Comment:
Addressed in the latest commit
--
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]