ChenSammi commented on code in PR #5663:
URL: https://github.com/apache/ozone/pull/5663#discussion_r1467326972


##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestHSync.java:
##########
@@ -116,6 +119,9 @@ public static void init() throws Exception {
     CONF.setBoolean(OZONE_OM_RATIS_ENABLE_KEY, false);
     CONF.set(OZONE_DEFAULT_BUCKET_LAYOUT, layout.name());
     CONF.setBoolean(OzoneConfigKeys.OZONE_FS_HSYNC_ENABLED, true);
+    CONF.setBoolean("ozone.client.incremental.chunk.list", true);

Review Comment:
   @jojochuang , we have OZONE_CHUNK_LIST_INCREMENTAL 
"ozone.chunk.list.incremental" to control the Datanode, and 
"ozone.client.incremental.chunk.list" to control the client. In long term I 
think the datanode side incremental chunk list shall be by default supported. 
   
   And here the "chunk.list.incremental" and "incremental.chunk.list" are used, 
can we just use one of them, maybe "incremental.chunk.list" ?
   
   
   
   



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