pvary commented on code in PR #15459: URL: https://github.com/apache/iceberg/pull/15459#discussion_r2894947892
########## docs/docs/flink-maintenance.md: ########## @@ -124,6 +124,10 @@ TriggerLockFactory lockFactory = new ZkLockFactory( ); ``` +#### Flink-maintained lock + +Maintain the lock within Flink itself. This does not require configuring external systems. One prerequisite is that there are no parallel table maintenance jobs for a given table. Review Comment: Should this be? ``` The only prerequisite is that there are no parallel table maintenance jobs for a given table. ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
