You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by "krkumar24061975@gmail.com" <kr...@gmail.com> on 2020/04/17 13:47:10 UTC

WAL files are not getting deleted

Hi guys - in some of the nodes, the wal files are not getting deleted and as
a result its volume is getting full and node is crashing. 


Here are the configs related to that

						<property name="pageSize" value="#{4 * 1024}" />
						<property name="storagePath" value="${grid.data}" />
						<property name="walPath" value="${grid.wal}" />
						<property name="walArchivePath" value="${grid.wal}" />
						<property name="walMode" value="BACKGROUND" />
						<property name="walFlushFrequency" value="10000"></property>

Keep in mind, I have disabled wal archiving as both walthPath and
walArchivePath are same??

Thanx and Regards,
KR Kumar



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: WAL files are not getting deleted

Posted by monalsinha <mo...@gmail.com>.

I hope you provided WAL Archive Size setting because document says so, even
if you are disabling WAL.



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/