vinothchandar commented on a change in pull request #4114:
URL: https://github.com/apache/hudi/pull/4114#discussion_r757615414



##########
File path: 
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/client/SparkRDDWriteClient.java
##########
@@ -454,17 +440,32 @@ private void 
writeTableMetadataForTableServices(HoodieTable<T, JavaRDD<HoodieRec
       }
       metaClient.reloadActiveTimeline();
 
-      // re-bootstrap metadata table if required
       initializeMetadataTable(Option.of(instantTime));

Review comment:
       for multi-writer scenarios, I think it's important that this is within 
the log




-- 
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]


Reply via email to