Re: Exception during ignite restart

2020-01-09 Thread Ilya Kasnacheev
Hello! Yes, this may become a problem if you ever stop your node by terminating JVM. Make sure to close() Ignite properly before terminating JVM. Regards, -- Ilya Kasnacheev пт, 3 янв. 2020 г. в 05:52, krkumar24061...@gmail.com < krkumar24061...@gmail.com>: > Hi - We are using "BACKGROUND"

Re: Exception during ignite restart

2020-01-02 Thread krkumar24061...@gmail.com
Hi - We are using "BACKGROUND" as the walmode. Is that a problem? Thanx and Regards, KR Kumar -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Exception during ignite restart

2019-12-30 Thread Ilya Kasnacheev
Hello! I think you are losing parts of WAL file so Ignite can't rewind WAL on startup. https://apacheignite.readme.io/docs/write-ahead-log What walMode are you using? Regards, -- Ilya Kasnacheev сб, 28 дек. 2019 г. в 21:13, krkumar24061...@gmail.com < krkumar24061...@gmail.com>: > Hi Guys -

Exception during ignite restart

2019-12-28 Thread krkumar24061...@gmail.com
Hi Guys - I randomly bump into this error. Can you guys tell when and why I get into this error ( I mean what circumstances). all i am doing is a controlled shutdown. Thats all nothing else. Also How do i recover the data from such error as most of the times, I end up loosing the data class