danny0405 commented on issue #11835: URL: https://github.com/apache/hudi/issues/11835#issuecomment-2313933264
The update to properties file should be atomic, and we already do that for `HoodieTableConfig.modify`, but it just throws for writer if any exception happens, the reader would still work by reading the back_up file. > we need more information to ensure that the hoodie.properties file is correct, rather than directly skipping file processing and deleting the backup file. +1 for this, we need to strenthen the handling of the properties file exception for the invoker. -- 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]
