You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Jingsong Lee (Jira)" <ji...@apache.org> on 2022/12/13 02:22:00 UTC

[jira] [Created] (FLINK-30390) Ensure that no compaction is in progress before closing the writer

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)