danny0405 commented on issue #13537: URL: https://github.com/apache/hudi/issues/13537#issuecomment-3052777640
yes, in early 0.11 release, the metadata file write to HDFS is not atomic, we later make it atomic in commit: https://github.com/apache/hudi/blob/aa3dcd83fe660daff4d061be7459ddf02d038696/hudi-common/src/main/java/org/apache/hudi/common/table/timeline/versioning/v2/ActiveTimelineV2.java#L742, I didn't remenber in which release we troduce this, but you can reference the code in https://github.com/apache/hudi/blob/aa3dcd83fe660daff4d061be7459ddf02d038696/hudi-io/src/main/java/org/apache/hudi/storage/HoodieStorage.java#L329 -- 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]
