You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Nikita Amelchev (Jira)" <ji...@apache.org> on 2022/09/13 16:35:00 UTC

[jira] [Updated] (IGNITE-17675) File resources leak on cluster deactivation/stop in case non full sync WAL mode.

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

Nikita Amelchev updated IGNITE-17675:
-------------------------------------
    Description: 
File resources leak on cluster deactivation/stop in case non full sync WAL mode:

After IGNITE-16926, the {{FileWriteHandleImpl}} does not close file IO on close.

This leads to unable to delete these files (freeing space) until the process is complete on Unix systems.

For example, hanging CDC extensions suite: https://ci2.ignite.apache.org/buildConfiguration/IgniteExtensions_Tests_Cdc?branch=%3Cdefault%3E&buildTypeTab=overview&mode=builds#all-projects
    Environment:     (was: File resources leak on cluster deactivation/stop in case non full sync WAL mode:

After IGNITE-16926, the {{FileWriteHandleImpl}} does not close file IO on close.

This leads to unable to delete these files (freeing space) until the process is complete on Unix systems.

For example, hanging CDC extensions suite: https://ci2.ignite.apache.org/buildConfiguration/IgniteExtensions_Tests_Cdc?branch=%3Cdefault%3E&buildTypeTab=overview&mode=builds#all-projects)

> File resources leak on cluster deactivation/stop in case non full sync WAL mode.
> --------------------------------------------------------------------------------
>
>                 Key: IGNITE-17675
>                 URL: https://issues.apache.org/jira/browse/IGNITE-17675
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Nikita Amelchev
>            Assignee: Nikita Amelchev
>            Priority: Critical
>
> File resources leak on cluster deactivation/stop in case non full sync WAL mode:
> After IGNITE-16926, the {{FileWriteHandleImpl}} does not close file IO on close.
> This leads to unable to delete these files (freeing space) until the process is complete on Unix systems.
> For example, hanging CDC extensions suite: https://ci2.ignite.apache.org/buildConfiguration/IgniteExtensions_Tests_Cdc?branch=%3Cdefault%3E&buildTypeTab=overview&mode=builds#all-projects



--
This message was sent by Atlassian Jira
(v8.20.10#820010)