nsivabalan commented on code in PR #17724:
URL: https://github.com/apache/hudi/pull/17724#discussion_r3450014900
##########
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:
<img width="681" height="477" alt="image"
src="https://github.com/user-attachments/assets/bd536ab1-24c7-49c8-a932-104bdfb95181"
/>
check for deletions in this patch. this was the MDT default.
this patch is not changing that
--
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]