danny0405 commented on code in PR #17724:
URL: https://github.com/apache/hudi/pull/17724#discussion_r3425908531


##########
hudi-common/src/main/java/org/apache/hudi/common/config/HoodieMetadataConfig.java:
##########
@@ -683,6 +683,27 @@ public final class HoodieMetadataConfig extends 
HoodieConfig {
           + "with the actual record count stored in the metadata table. This 
validation runs in a distributed manner "
           + "using the compute engine. Disabled by default as it adds overhead 
to the initialization process.");
 
+  public static final ConfigProperty<Integer> CLEANER_PARALLELISM = 
ConfigProperty
+      .key(METADATA_PREFIX + ".cleaner.parallelism")
+      .defaultValue(512)

Review Comment:
   where does the 512 come from, I see DT got 200 as the default value, guess 
MDT should be smaller?



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

Reply via email to