MrAladdin commented on issue #11567: URL: https://github.com/apache/hudi/issues/11567#issuecomment-2270222223
@ad1happy2go If you used the same Hudi write configuration and multiple programs were started simultaneously without reproducing the success, I guess it might be due to the Spark-related configuration parameters in Spark submit. The most likely cause is spark.speculation, which leads to metadata/record_index exceptions. Currently, no similar exceptions have been observed when starting programs simultaneously with spark.speculation turned off or using hudi-cli for table service operations. -- 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]
