hbgstc123 commented on code in PR #9226:
URL: https://github.com/apache/hudi/pull/9226#discussion_r1285063936
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/BaseHoodieWriteClient.java:
##########
@@ -580,6 +580,7 @@ protected void autoArchiveOnCommit(HoodieTable table) {
return;
}
+ table.getMetaClient().reloadActiveTimeline();
Review Comment:
Just to make archive happen more timely, I will remove it.
--
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]