ignite
ignite copied to clipboard
Apache Ignite
I have about 500000+ records in ignite in my table called mytable. I have to read them via my cpp program for which I am using the c++ thin client...
Running this ``` sudo docker run -d \ -e "OPTION_LIBS=ignite-rest-http" \ apacheignite/ignite ``` Getting this error: ``` SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation...
### Summary After executing a `CREATE TABLE` command via JDBC (through MyBatis in a Spring Boot application), an immediate `INSERT` operation fails with a "table not found" error. However, retrying...
Ignite 2.17.0; Java 21. `org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi#getEffectiveNodeAddresses` doesn't check for `null` values where it should. https://github.com/apache/ignite/blob/ignite-2.17/modules/core/src/main/java/org/apache/ignite/spi/discovery/tcp/TcpDiscoverySpi.java#L1301 ```java /** * Gets the {@code InetAddress}. * * @return the InetAddress or {@code null} if...
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...
Hey there. We've been integrating Apache Ignite in embedded mode as a replacement for in-memory on-heap caches based on Caffeine. Without a second thought we set cache expiration policy to...
Following the upgrade of our Apache Ignite cluster from version `2.16.0` to `2.17.0`, we have observed a significant increase in JVM heap memory consumption, which points to a potential memory...
Ignite thin client has a seemingly incoherent behavior for determining the serializer of a user defined type. On thin client startup, the passed binary configuration, is taken into account when...
By default, Ignite will report an error if the Values entity is an embedded structure and the embedded field name is the same as the parent field name. However, it...
Hi, I noticed that the master branch has been migrated to the jakarta.* namespace. However, the WebSession.java file still references jakarta.servlet.http.HttpSessionContext, which has been removed in Servlet 6.0.0. Since HttpSessionContext...