Re: Unable to change maxWalArchiveSize in ignite 2.11.1

2022-03-22 Thread Ilya Korol
Hi Surinder, I guess that there was Integer overflow in expression #{2 * 1024 * 1024 * 1024} so it was evaluated as -2147483648. Try to add 'L' to one of multipliers like: #{2 * 1024 * 1024 * 1024L} 22.03.2022 23:14, Surinder Mehra пишет: Hi, We noticed that WalArchive size is going beyond t

Unable to change maxWalArchiveSize in ignite 2.11.1

2022-03-22 Thread Surinder Mehra
Hi, We noticed that WalArchive size is going beyond the default max of 1GB, so we tried to increase it in DataStorageConfiguration. But while starting the ignite node, it always throws the below exception. Could you please explain why. complete log in file attached. Reason for change: Starting to