You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ilya Shishkov (Jira)" <ji...@apache.org> on 2022/12/15 15:42:00 UTC

[jira] [Updated] (IGNITE-18424) Ignite does not rollover WAL segment during walForceArchiveTimeout

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

Ilya Shishkov updated IGNITE-18424:
-----------------------------------
    Description: 
How to reproduce:
# Start and activate persistent cluster with such properties
## {{DataStorageConfiguration#walForceArchiveTimeout > 0 }} 
## {{DataRegion#cdcEnabled=true}}
## {{DataStorageConfiguration#walSegmentSize=1Gb}}
# Start data changing (put some entries).
# Rollover of WAL is not happening. You can wait some time more then {{walForceArchiveTimeout}}.
# Stop load data
# Rollover happens.

If you does not stop load data, rollover will not happen until WAL segment will be field to it size. With small load reaching of such size as 1Gb can occur after a dozen of minutes or even after several hours, which affects CDC replication of data.

  was:
How to reproduce:
# Start and activate persistent cluster with such properties
## {{DataStorageConfiguration#walForceArchiveTimeout > 0 }} 
## {{DataRegion#cdcEnabled=true}}
## {{DataStorageConfiguration#walSegmentSize=1Gb}}
# Start data changing (put some entries).
# Rollover of WAL is not happening. You can wait some time more then {{walForceArchiveTimeout}}.
# Stop load data
# Rollover happens.

If you does not stop load data, rollover will not happen until WAL segment will be field to it size. With small load reaching of such size as 1Gb can occur after a dozen of minutes or even after several hours.


> Ignite does not rollover WAL segment during walForceArchiveTimeout
> ------------------------------------------------------------------
>
>                 Key: IGNITE-18424
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18424
>             Project: Ignite
>          Issue Type: New Feature
>            Reporter: Ilya Shishkov
>            Priority: Major
>
> How to reproduce:
> # Start and activate persistent cluster with such properties
> ## {{DataStorageConfiguration#walForceArchiveTimeout > 0 }} 
> ## {{DataRegion#cdcEnabled=true}}
> ## {{DataStorageConfiguration#walSegmentSize=1Gb}}
> # Start data changing (put some entries).
> # Rollover of WAL is not happening. You can wait some time more then {{walForceArchiveTimeout}}.
> # Stop load data
> # Rollover happens.
> If you does not stop load data, rollover will not happen until WAL segment will be field to it size. With small load reaching of such size as 1Gb can occur after a dozen of minutes or even after several hours, which affects CDC replication of data.



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