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


##########
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:
   This is declared public in `BlockOutputStream`, should we just use that one 
directly? It's also duplicated in `MockDatanodeStorage`.



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