You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/05/19 03:54:31 UTC

[GitHub] [hudi] nsivabalan commented on a diff in pull request #5617: [HUDI-4114] Remove the unnecessary fs view sync for BaseWriteClient#i…

nsivabalan commented on code in PR #5617:
URL: https://github.com/apache/hudi/pull/5617#discussion_r876571323


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/BaseHoodieWriteClient.java:
##########
@@ -1466,8 +1466,6 @@ protected final HoodieTable initTable(WriteOperationType operationType, Option<S
 
     // Validate table properties
     metaClient.validateTableProperties(config.getProps());
-    // Make sure that FS View is in sync
-    table.getHoodieView().sync();

Review Comment:
   @alexeykudinkin : I see you have added this with https://github.com/apache/hudi/pull/4739 Do you happened to know the reason? 



-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org