kerneltime commented on code in PR #5115:
URL: https://github.com/apache/ozone/pull/5115#discussion_r1308034381


##########
hadoop-ozone/interface-client/src/main/proto/OmClientProtocol.proto:
##########
@@ -1072,6 +1074,16 @@ message KeyInfo {
     optional bool isFile = 19;
 }
 
+message BasicKeyInfo {
+    required string keyName = 1;
+    required uint64 dataSize = 2;
+    required uint64 creationTime = 3;
+    required uint64 modificationTime = 4;
+    required hadoop.hdds.ReplicationType type = 5;
+    optional hadoop.hdds.ReplicationFactor factor = 6;

Review Comment:
   I think we can do this as an optimization post this PR. The biggest bang is 
already part of this PR, and we should complete the end-to-end get this merged, 
and measure any incremental performance improvements. We would need to do a get 
bucket info which might negate any performance gains. 



-- 
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]

Reply via email to