Guosmilesmile commented on code in PR #12793: URL: https://github.com/apache/iceberg/pull/12793#discussion_r2042873689
########## flink/v1.20/flink/src/test/java/org/apache/iceberg/flink/maintenance/operator/TestTriggerManager.java: ########## @@ -62,6 +62,8 @@ void before() { Table table = createTable(); this.lock = LOCK_FACTORY.createLock(); this.recoveringLock = LOCK_FACTORY.createRecoveryLock(); + lock.unlock(); + recoveringLock.unlock(); Review Comment: Thanks for the review, you are right , the modification you suggest is more appropriate. I have already made the changes based on your suggestion. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org