jojochuang commented on code in PR #7021:
URL: https://github.com/apache/ozone/pull/7021#discussion_r1704462582


##########
hadoop-hdds/common/src/test/java/org/apache/hadoop/ozone/container/ContainerTestHelper.java:
##########
@@ -64,6 +66,7 @@ public final class ContainerTestHelper {
       (long) StorageUnit.GB.toBytes(1);
   public static final String DATANODE_UUID = UUID.randomUUID().toString();
   private static final long DUMMY_CONTAINER_ID = 9999;
+  private static final String INCREMENTAL_CHUNK_LIST = "incremental";

Review Comment:
   They don't actually depend on each other, but it's a good suggestion. I'm 
moving the declaration to OzoneConstants.



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

Reply via email to