ignite icon indicating copy to clipboard operation
ignite copied to clipboard

Apache Ignite

Results 517 ignite issues
Sort by recently updated
recently updated
newest added

Thank you for submitting the pull request to the Apache Ignite. In order to streamline the review of the contribution we ask you to ensure the following steps have been...

NullPointerException during Client Node Join in Apache Ignite 2.15.0 **Environment:** Apache Ignite Version: 2.15.0 Cluster Size: 14 server nodes, 4 client nodes Deployment: Dockerized nodes with host networking JDK: Java...

We've discovered a bug in Ignite 2.15-2.17 if `EnableClusterDiscovery` property is set in .NET Client when connecting to a cluster with HTTPS enabled on each host. If we try to...

bug
.NET

While running the ignite queries through code and through Dbeaver (thin client) the results are not as expected . Example : if running query like Select * from where =...

Thank you for submitting the pull request to the Apache Ignite. In order to streamline the review of the contribution we ask you to ensure the following steps have been...

I've tried to migrate from H2 to Calcite as SqlEngine on ignite 2.17.0 Some queries we do (either through jdbc or SqlFieldQuery) are returning empty result set when using Calcite....

Thank you for submitting the pull request to the Apache Ignite. In order to streamline the review of the contribution we ask you to ensure the following steps have been...

We have a simple 3 nodes cluster and we wanted to move read heavy data to ignite and use near cache to optimize cache read operations. After PoC with near...

Hey guys! We discovered that a `NullPointerException` is thrown by Ignite when trying to perform operations on `cache1` in the following code snippet. ``` CacheConfiguration cache1Config = new CacheConfiguration("cache1"); cache1Config.setGroupName("myCacheGroup");...