You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Anton Kalashnikov (JIRA)" <ji...@apache.org> on 2018/08/17 10:06:00 UTC

[jira] [Updated] (IGNITE-6552) The ability to set WAL history size in time units

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

Anton Kalashnikov updated IGNITE-6552:
--------------------------------------
    Description: 
We can to set size of WAL history in number of checkpoints.
{code}
org.apache.ignite.configuration.PersistentStoreConfiguration#setWalHistorySize
{code}
But it is not convenient fro end user. Nobody to say how many checkpoint to occur over several minutes.
I think, it will be better if we will have ability to set WAL history size in bytes.

  was:
We can to set size of WAL history in number of checkpoints.
{code}
org.apache.ignite.configuration.PersistentStoreConfiguration#setWalHistorySize
{code}
But it is not convenient fro end user. Nobody to say how many checkpoint to occur over several minutes.
I think, it will be better if we will have ability to set WAL history size in time units (milliseconds for example).


> The ability to set WAL history size in time units
> -------------------------------------------------
>
>                 Key: IGNITE-6552
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6552
>             Project: Ignite
>          Issue Type: Improvement
>          Components: persistence
>    Affects Versions: 2.2
>            Reporter: Vladislav Pyatkov
>            Assignee: Anton Kalashnikov
>            Priority: Major
>             Fix For: 2.7
>
>
> We can to set size of WAL history in number of checkpoints.
> {code}
> org.apache.ignite.configuration.PersistentStoreConfiguration#setWalHistorySize
> {code}
> But it is not convenient fro end user. Nobody to say how many checkpoint to occur over several minutes.
> I think, it will be better if we will have ability to set WAL history size in bytes.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)