ignite
ignite copied to clipboard
Apache Ignite
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...
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...
**Description:** When using the following configuration in Ignite 3.0: ``` { ignite{ expiration{ batchSize=1000, checkFrequency=600000, parallelismLevel=1 } } } ``` **The error occurs:** ``` Caused by: org.apache.ignite.configuration.validation.ConfigurationValidationException: Failed to parse...
https://github.com/apache/ignite/blob/master/MIGRATION_GUIDE.txt https://github.com/apache/ignite/blob/master/RELEASE_NOTES.txt It would be helpful for 2.x users if migration guide and release notes is written
I have successfully installed Apache Ignite 3 and am trying to connect to the Ignite cluster using JDBC. However, I could not find a suitable JDBC driver JAR file in...
Hi team, I am using Apache Ignite version 3.0.0 and have created a table with the following schema: > CREATE TABLE INSTANT_CDR ( > MSISDN VARCHAR PRIMARY KEY, > RECHARGE_AMOUNT...
I am running the Apache Ignite Server in a Docker Container and have mounted a location to stored cached data. Step 1: I started the service using below command docker...
…of tasks are running 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...
`org.apache.ignite.internal.util.GridUnsafe.objectFieldOffset(Field)` and `staticFieldOffset(Field) `will throw an `UnsupportedOperationException` for records since they use the matching (and deprecated since Java 18) methods from `jdk.unsupported:sun.misc.Unsafe`.
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...