Toroidals commented on issue #13114: URL: https://github.com/apache/hudi/issues/13114#issuecomment-2791483677
> > apps/hive/warehouse/hudi.db/hudi_ert_cmf_inf_po_locations_cdc/.hoodie/metadata/files/.files-0000-0_20250410020542786.log.1_0-1-0 (inode 9447634622) Holder DFSClient_NONMAPREDUCE_-17041629_40 does not have any open files. > > do you explicitly config any lock providers though? No, I'm using Flink's default configuration: options.put(HoodieLockConfig.LOCK_PROVIDER_CLASS_NAME.key(), InProcessLockProvider.class.getName()); However, it's important to note that the initial write program uses the BULK_INSERT method, while the incremental write program uses the UPSERT method — these are two separate programs. Also, I did not configure write.client.id, and the initialization and incremental write programs are not running at the same time. Could this be the cause of the error? -- 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]
