bvaradar commented on a change in pull request #1577:
URL: https://github.com/apache/hudi/pull/1577#discussion_r443157218
##########
File path:
hudi-client/src/main/java/org/apache/hudi/client/HoodieWriteClient.java
##########
@@ -339,8 +352,13 @@ protected void postCommit(HoodieCommitMetadata metadata,
String instantTime,
archiveLog.archiveIfRequired(jsc);
if (config.isAutoClean()) {
// Call clean to cleanup if there is anything to cleanup after the
commit,
- LOG.info("Auto cleaning is enabled. Running cleaner now");
- clean(instantTime);
+ if (config.isRunParallelAutoClean()) {
Review comment:
Done
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]