yihua commented on code in PR #5963:
URL: https://github.com/apache/hudi/pull/5963#discussion_r969033853
##########
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/client/SparkRDDWriteClient.java:
##########
@@ -326,6 +326,8 @@ protected void completeCompaction(HoodieCommitMetadata
metadata,
+ config.getBasePath() + " at time " + compactionCommitTime, e);
}
}
+ autoCleanOnCommit();
+ autoArchiveOnCommit(table, true);
Review Comment:
One table service should not trigger other table services. Table services
should only be triggered by one regular writer.
--
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]