python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Listen Eviction Event
I am using off-heap and persistent is disabled. My data region max size is 20MB. I am using RANDOM_2_LRU as page eviction mode. when eviction happens I want to listen to the EVT_CACHE_ENTRY_EVICTED. I...
Dipak Jadhav
Votes: 0
Answers: 1
Apache Ignite .Net Core failed to start
Apache ignite .net core server node fails to start with below error, any idea what could be the reason?
Apache.Ignite.Core.Binary.BinaryObjectException
HResult = -2146233088,
Message = Unexpected fiel...

Faizan Saeed
Votes: 0
Answers: 1
Multiple Ignite instance in tomcat application
We use Ignite to manage some caches, http session clustering... in a java web application using spring in a tomcat8 server.
So it seems to start 2 ignite instances one which start with spring :
<b...

Mr_Thorynque
Votes: 0
Answers: 1
Apache Ignite SQL query performance degrades when indexes columns overlap H2 cache
I have a cache (ITEMS) in Ignite which has 10 columns, and millions of records in it.
Key is the ID(have 3 fields of 10 cos) and value is the Java object having these 10 fields which are the columns.
...

Pankaj Jaiswal
Votes: 0
Answers: 1