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


##########
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:
   I had to make it false by default to pass compatibility tests.
   Ideally, a new client would detect DataNode version and then fallback to 
full chunk list. However, due to 
https://issues.apache.org/jira/browse/HDDS-9884, this is currently not possible 
and compat test would fail.
   
   I can revisit this after HDDS-9884 is fixed.



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