Jingsong Lee created FLINK-30390: ------------------------------------ Summary: Ensure that no compaction is in progress before closing the writer Key: FLINK-30390 URL: https://issues.apache.org/jira/browse/FLINK-30390 Project: Flink Issue Type: Improvement Components: Table Store Reporter: Jingsong Lee Fix For: table-store-0.3.0
When the writer does not generate a new submission file, it will be closed. (In AbstractFileStoreWrite) However, at this time, there may be asynchronous interactions that have not been completed and are forced to close, which will cause some strange exceptions to be printed in the log. We can avoid this situation, ensure that no compaction is in progress before closing the writer. -- This message was sent by Atlassian Jira (v8.20.10#820010)