cshuo commented on PR #12857: URL: https://github.com/apache/hudi/pull/12857#issuecomment-2673155185
@CTTY thks for the context. > using Inprocess lock provider may not be safe because for flink tables services will run in a different process So in this PR, only writing pipeline with async service will use InProcess lock. When users use dedicated compaction/cluster job, usually, async table services is disabled, then the lock will fallback to FS based lock provider. WDYT -- 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]
