satishkotha commented on a change in pull request #2784:
URL: https://github.com/apache/hudi/pull/2784#discussion_r610252511



##########
File path: 
hudi-common/src/main/java/org/apache/hudi/common/table/view/AbstractTableFileSystemView.java
##########
@@ -245,7 +245,7 @@ public final void reset() {
       bootstrapIndex = null;
 
       // Initialize with new Hoodie timeline.
-      init(metaClient, getTimeline());
+      init(metaClient, metaClient.reloadActiveTimeline());

Review comment:
       @bvaradar mentioned this is by design. Balaji, could you please help 
resolve this?




-- 
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:
us...@infra.apache.org


Reply via email to