smengcl commented on code in PR #8678: URL: https://github.com/apache/ozone/pull/8678#discussion_r2181064256
########## hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConsts.java: ########## @@ -533,6 +533,12 @@ public final class OzoneConsts { */ public static final String ETAG = "ETag"; + /** + * A constant string used as a separator in various contexts within + * the OMDBCheckpoint functions. + */ + public static final String SEPARATOR = "-"; Review Comment: I think we should be more specific about what separator this is for in global const def. ```suggestion /** * A constant string used as a separator in various contexts within * the OMDBCheckpoint functions. */ public static final String OM_SNAPSHOT_SEPARATOR = "-"; ``` -- 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: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org