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


##########
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/OzoneFsServerDefaults.java:
##########
@@ -37,7 +37,7 @@ public OzoneFsServerDefaults() {
   }
 
   public OzoneFsServerDefaults(String keyProviderUri) {
-    super(0L, 0, 0, (short)0, 0, false, 0L, null, keyProviderUri);
+    super(0L, 512, 0, (short)0, 0, false, 0L, null, keyProviderUri);

Review Comment:
   ```suggestion
       super(0L, 16 * 1024, 0, (short)0, 0, false, 0L, null, keyProviderUri);
   ```
   Thanks for filing the bug!
   Ozone uses default checksum size of 16KB (previously we even had default to 
be 1MB)
   
   It was updated in 
[HDDS-10465](https://issues.apache.org/jira/browse/HDDS-10465) by @ChenSammi 



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