Zhangshunyu commented on issue #6528:
URL: https://github.com/apache/hudi/issues/6528#issuecomment-1230191870
in org/apache/hudi/metadata/HoodieBackedTableMetadataWriter.java
we can find this code:
.withCompactionConfig(HoodieCompactionConfig.newBuilder()
.withAsyncClean(writeConfig.isMetadataAsyncClean())
// we will trigger cleaning manually, to control the instant
times
.withAutoClean(false)
if we set hoodie.metadata.clean.async=true, it will call
hoodie.clean.async=true, but hoodie.clean.async=true only applies when
hoodie.clean.automatic = true, however, the code write a fixed false by
.withAutoClean(false)
can team check once???
--
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]