devabhishekpal commented on code in PR #9886:
URL: https://github.com/apache/ozone/pull/9886#discussion_r2909053439
##########
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:
Sorry, need to update the comment.
It is actually uploadId/part number.
The multipartInfo table is one with vol/buck/key/uploadID
--
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]