You need to get to the bottom of why JVM fails with the OOM on your cluster nodes. An ignite node is no more than a Java application and you can start investigating the issue using standard methods. For now, I can only share some useful pointers:
- https://apacheignite.readme.io/docs/jvm-and-system-tuning#debugging-memory-usage-issues-and-gc-pauses - https://www.toptal.com/java/hunting-memory-leaks-in-java Once you pinpoint the memory leak and confirm the leak is caused by Ignite internal objects, then send us a note. Also, ensure that you simply didn't exhaust all available memory. It might happen that you store more data in Ignite than before and there is no capacity available. In this case, just scale out, add more nodes to the cluster. - Denis On Fri, May 8, 2020 at 11:46 AM C Ravikiran <itsmeravikira...@gmail.com> wrote: > I am new to ignite, if you need any details please let me know, I will > check and provide those details. > > I need proper justification, if I need to upgrade to new version. > > Suddenly we are getting OOM error, after 2 years. > > Every day we are removing all old cache ids and adding new cache ids > > Our heap size is 32 GB. > > > > > > A > > > On Sat 9 May, 2020, 12:06 AM Denis Magda, <dma...@apache.org> wrote: > > > You just stated that experienced OOM issues with no details for > suggestions > > or help with troubleshooting. Take heap dumps, analyze GC logs, etc: > > > > > https://apacheignite.readme.io/docs/jvm-and-system-tuning#debugging-memory-usage-issues-and-gc-pauses > > > > - > > Denis > > > > > > On Fri, May 8, 2020 at 11:31 AM C Ravikiran <itsmeravikira...@gmail.com> > > wrote: > > > > > Is this problem will be solved, if I upgraded to 2.8 version. > > > > > > > > > On Fri 8 May, 2020, 10:02 PM Ilya Kasnacheev, < > ilya.kasnach...@gmail.com > > > > > > wrote: > > > > > > > Hello! > > > > > > > > I don't think you will find much expertise on Ignite 1.x here. I > > > recommend > > > > upgrading it to 2.8 eventually. > > > > > > > > Regards, > > > > -- > > > > Ilya Kasnacheev > > > > > > > > > > > > пт, 8 мая 2020 г. в 09:57, C Ravikiran <itsmeravikira...@gmail.com>: > > > > > > > > > Hi Team, > > > > > > > > > > Our application is running past 2 year onwards, there was no > problem > > > with > > > > > ignite. > > > > > Suddenly last 2 week onwards, we are getting out of memory error in > > > > ignite. > > > > > > > > > > There was no code changes in last 2 years. > > > > > > > > > > If we restart the ignite, our memory gradually increasing and we > are > > > > > getting out of memory error. > > > > > > > > > > Every day we will remove all the previous cache ids, and create new > > > cach > > > > > ids. > > > > > We have only one se of cache ids, but still our heap size is > > gradually > > > > > increasing. > > > > > > > > > > 1) why we got this problem suddenly. > > > > > 2) any remediation for this problem > > > > > 3) is this problem will be solved, if we upgraded to new version. > > > > > > > > > > Regards, > > > > > Ravikiran c > > > > > > > > > > > > > > >