ChenSammi commented on code in PR #9886:
URL: https://github.com/apache/ozone/pull/9886#discussion_r2909043266


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/codec/OMDBDefinition.java:
##########
@@ -228,6 +231,13 @@ public final class OMDBDefinition extends 
DBDefinition.WithMap {
           StringCodec.get(),
           OmMultipartKeyInfo.getCodec());
 
+  public static final String MULTIPART_PARTS_TABLE = "multipartPartsTable";
+  /** multipartPartsTable: /uploadId/partNumber :- PartKeyInfo. */

Review Comment:
   The key is "/volume/bucket/key/uploadId/partNumber" in Column Family 
comments, while it's "/uploadId/partNumber" here. What's the real key format? 



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