Re: nodes are restarting when i try to drop a table created with persistence enabled

2019-09-30 Thread Ivan Pavlukhin
Hi, Stacktrace and exception message has some valuable details: org.apache.ignite.internal.mem.IgniteOutOfMemoryException: Failed to find a page for eviction [segmentCapacity=126515, loaded=49628, maxDirtyPages=37221, dirtyPages=49627, cpPages=0, pinnedInSegment=1, failedToPrepare=49628] I see a

Re: nodes are restarting when i try to drop a table created with persistence enabled

2019-09-25 Thread Denis Mekhanikov
I think, the issue is that Ignite can't recover from IgniteOutOfMemory, even by removing data. Shiva, did IgniteOutOfMemory occur for the first time when you did the DROP TABLE, or before that? Denis ср, 25 сент. 2019 г. в 02:30, Denis Magda : > > Shiva, > > Does this issue still exist? Ignite

Re: nodes are restarting when i try to drop a table created with persistence enabled

2019-09-24 Thread Denis Magda
Shiva, Does this issue still exist? Ignite Dev how do we debug this sort of thing? - Denis On Tue, Sep 17, 2019 at 7:22 AM Shiva Kumar wrote: > Hi dmagda, > > I am trying to drop the table which has around 10 million records and I am > seeing "*Out of memory in data region*" error messages