python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Java OOMs on ignite server nodes although onheap enabled
In our project we are currently (still) using Apache Ignite 2.81. We are currently facing OOMs on server nodes when multiple clients are simultaneously fetching the content of a specific cache. So far...
User0000
Votes: 0
Answers: 1
apache ignite transaction in thick client
I have a code that use locking and it worked fine whn I used think client. After I switch the code to use thick client I get the following exception:
Apache.Ignite.Core.Common.IgniteException: Cannot...
herme 0
Votes: 0
Answers: 1
Apache Ignite C# thick client: How to reconnect continuous query?
Here is a simple Ignite cluster (in C#) with one server node and one client node. The server adds entries to a single cache and the client listens for those entries.
Server:
class Program
{
...
john pritchard
Votes: 0
Answers: 1
Querying collection object using SqlFieldQuery in Apache Ignite
Sample Class
public class PersonImpl{
private String firstName;
private String lastName
private HashMap<Integer,String> attributes;
}
While using sqlFields query, it works with firstNa...
Krishna
Votes: 0
Answers: 1