You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jingsong Lee (Jira)" <ji...@apache.org> on 2023/03/29 01:45:00 UTC

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

     [ https://issues.apache.org/jira/browse/FLINK-30390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jingsong Lee closed FLINK-30390.
--------------------------------
    Resolution: Fixed

> 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
>            Priority: Major
>             Fix For: table-store-0.4.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)