smengcl commented on code in PR #4436:
URL: https://github.com/apache/ozone/pull/4436#discussion_r1144055169


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/codec/OMDBDefinition.java:
##########
@@ -230,14 +230,25 @@ String.class, new StringCodec(), OmKeyInfo.class,
           SnapshotInfo.class,
           new OmDBSnapshotInfoCodec());
 
-  public static final DBColumnFamilyDefinition<String, OmKeyRenameInfo>
-      RENAMED_KEY_TABLE =
+  /** <p>
+   * SnapshotRenamedKeyTable that complements the keyTable (or fileTable)
+   * entries of the immediately previous snapshot in the same snapshot
+   * scope. (bucket or volume)
+   * </p><p>
+   * Key renames between the two subsequent snapshots are captured, this
+   * information is used in {@link SnapshotDeletingService} to check if the
+   * renamedKey is present in the previous snapshot's keyTable
+   * (or fileTable)
+   * </p>
+   */

Review Comment:
   ```suggestion
     /**
      * SnapshotRenamedKeyTable that complements the keyTable (or fileTable)
      * entries of the immediately previous snapshot in the same snapshot
      * scope (bucket or volume).
      * <p>
      * Key renames between the two subsequent snapshots are captured, this
      * information is used in {@link SnapshotDeletingService} to check if the
      * renamedKey is present in the previous snapshot's keyTable
      * (or fileTable).
      */
   ```



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