danny0405 commented on issue #12945: URL: https://github.com/apache/hudi/issues/12945#issuecomment-2709370487
Since 1.0, the default lock provider switches to `FileSystemBasedLockProvider`, it looks like there is a legacy lock file left by previous failed job. There are 2 ways to solve the problem: 1. delete the lock file manually under /apps/hive/warehouse/hudi.db/hudi_wer_werfprd_cmf_clm_claim_bill_lines_cdc/.hoodie/.aux/lock 2. config the lock provider to be `InProcessLockProvider` -- 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]
