leosanqing commented on issue #13537:
URL: https://github.com/apache/hudi/issues/13537#issuecomment-3111702316

   > yes, in early 0.11 release, the metadata file write to HDFS is not atomic, 
we later make it atomic in commit:
   > 
   > 
[hudi/hudi-common/src/main/java/org/apache/hudi/common/table/timeline/versioning/v2/ActiveTimelineV2.java](https://github.com/apache/hudi/blob/aa3dcd83fe660daff4d061be7459ddf02d038696/hudi-common/src/main/java/org/apache/hudi/common/table/timeline/versioning/v2/ActiveTimelineV2.java#L742)
   > 
   > Line 742 in 
[aa3dcd8](/apache/hudi/commit/aa3dcd83fe660daff4d061be7459ddf02d038696)
   > 
   >  
metaClient.getStorage(metaClient.getTimelinePath()).createImmutableFileInPath(fullPath,
 writerOption); 
   > , I didn't remember in which release we introduce this, but you can 
reference the code in
   > 
[hudi/hudi-io/src/main/java/org/apache/hudi/storage/HoodieStorage.java](https://github.com/apache/hudi/blob/aa3dcd83fe660daff4d061be7459ddf02d038696/hudi-io/src/main/java/org/apache/hudi/storage/HoodieStorage.java#L329)
   > 
   > Line 329 in 
[aa3dcd8](/apache/hudi/commit/aa3dcd83fe660daff4d061be7459ddf02d038696)
   > 
   >  public final void createImmutableFileInPath(StoragePath path,
   
   Thx, I've solved this by reload data. Maybe it's time to upgrade.


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