Re: Missing libs/optional/ignite-kafka in latest (2.11.0) binary package of Apache Ignite

2021-10-13 Thread Dany Ayotte
Thank you Maksim, this is exactly what I was looking for. Long live Apache Ignite. > On Oct 12, 2021, at 6:07 PM, Maksim Timonin wrote: > > Hi, Dany! > > Most of the optional libraries were moved from ignite to ignite-extensions > [1]. You could find them in maven [2]. > > There is a simple

Crash of Ignite (B+Tree corrupted) on a large PutIfAbsent

2021-10-13 Thread Semeria, Vincent
Hello Ignite, I currently use the C# API of Ignite 2.10 to store large objects of type V in an ICache. Typically an object of V is around 100 megabytes. My data region is persisted on the hard drive. PutIfAbsent crashes Ignite with the complicated message below. As a workaround, I split type V

Re: Re[4]: Failed to perform cache operation (cache is stopped)

2021-10-13 Thread Akash Shinde
Yes, I have set failureDetectionTimeout = 6. There is no long GC pause. Core1 GC report Core 2 GC Report

Re[4]: apache ignite 2.10.0 heap starvation

2021-10-13 Thread Zhenya Stanilovsky
Node is going down due to full gc triggering, you can avoid it by [1] but you obtain ALL not only life objects. Additionally you can try to attach with async prof [2] or probably visual vm   [1]  https://stackoverflow.com/questions/23393480/can-heap-dump-be-created-for-analyzing-memory-leak-with

Re: Re[2]: apache ignite 2.10.0 heap starvation

2021-10-13 Thread Naveen Kumar
heap dump generation does not seems to be working. whenever I tried to generate the heap dump, node is going down, bit strange, what else we could analyze On Tue, Oct 12, 2021 at 7:35 PM Zhenya Stanilovsky wrote: > hi, highly likely the problem in your code - cpu usage grow synchronously > with

Re[4]: Failed to perform cache operation (cache is stopped)

2021-10-13 Thread Zhenya Stanilovsky
Ok, additionally there is info about node segmentation: Node FAILED: TcpDiscoveryNode [id=fb67a5fd-f1ab-441d-a38e-bab975cd1037, consistentId=0:0:0:0:0:0:0:1%lo,XX.XX.XX.XX,127.0.0.1:47500, addrs=ArrayList [0:0:0:0:0:0:0:1%lo, XX.XX.XX.XX, 127.0.0.1], sockAddrs=HashSet [qagmscore02.xyz.com/XX.X

Re: Re[2]: Failed to perform cache operation (cache is stopped)

2021-10-13 Thread Akash Shinde
This is the codebase of AgmsCacheJdbcStoreSessionListner.java This null pointer occurs due to a datasource bean not found. The cluster was working fine but what could be the reason for unavailability of datasource bean in between running cluster. public class AgmsCacheJdbcStoreSessionListener ext