Re: Limiting the number of files in WalArchive folder

2018-12-26 Thread aMark
Using Ignite-2.7 solved the issue. Thanks a lot. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Limiting the number of files in WalArchive folder

2018-12-09 Thread Вячеслав Коптилин
Hello, The size of WAL Archive is controlled by the 'DataStorageConfiguration#walHistorySize' property [1], which is 20 checkpoints by default [2]. As of Apache Ignite 2.7, you can specify the size of wal archive in bytes via 'DataStorageConfiguration#setMaxWalArchiveSize()' method [3]. [1]

Limiting the number of files in WalArchive folder

2018-12-07 Thread aMark
Hi, We are using Ignite 2.6 as persistent store in Partitioned Mode having 6 cluster node running, each node is running on different machine. Our cluster is having ~50G of data in IgnitePersistentStore but if I check WalArchive folder then it contains lots of files and size is around ~200G.