ignite
ignite copied to clipboard
Apache Ignite
### Description: When starting Apache Ignite 2.17.0 with OPTION_LIBS=ignite-rest-http, the process fails with a `java.lang.NoClassDefFoundError` for `com.fasterxml.jackson.core.JsonProcessingException`. The problem does not occur in version 2.16.0. ### Error Message: ``` [11:17:48,997][SEVERE][main][IgniteKernal]...
I'm trying to run the 2.17 docker image passing `OPTION_LIBS: "ignite-rest-http"` ``` db_ignite: image: apacheignite/ignite:2.17.0 ports: - "10800:10800" - "8081:8080" environment: OPTION_LIBS: "ignite-rest-http" IGNITE_QUIET: false ``` but it seems that...
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...
JDK 24 isn't a LTS version. But it IS a very important version! The JDK team has managed to fix the issue of virtual threads' pinning: synchronized(lock){ IO operations }...
Apache Ignite 2 has options for creating cluster settings: you can download the distribution from, add the necessary Jar files with your own classes and XML configuration, or use 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...
```kotlin // this service deployed by all permission subject server node class DeploySyncServiceImpl : DeploySyncService { override fun execute() { // listen client node joined ignite.events().localListen(object : IgnitePredicate { override...
`ignite.context().security().withContext` function can bypass security plugins! `ignite.context().security().withContext` should call `authenticate(context: AuthenticationContext)` function! ignite version: 2.17.0 ```kotlin ignite.context().security().withContext((ignite.cluster().forRemotes().node() ?: ignite.localNode()).id()) // then can query not authenticated cache val cache = ignite.cache("DataSource")...
I am a Ignite 2 user. May I ask has Ignite 3 been officially released? At present, it seems a bit strange that the official website has not been updated...