Why is Ignite ignoring the JVM’s user.timezone setting?
I have two apache ignite clusters running on different servers, both instances specify -J-Duser.timezone=UTC on the ignite command line.
Why is Ignite ignoring the JVM’s user.timezone setting?
I have two apache ignite clusters running on different servers, both instances specify -J-Duser.timezone=UTC on the ignite command line.
Does Apache Ignite persistence not work for Atomic types?
I am trying to add support for persistent storage of a feature of an application. So far, I’ve noticed that caches are persisted and retrieved properly, as well as collections (which, from my understanding, is expected as IgniteSet
, IgniteQueue
are adapters for caches).
However, the IgniteAtomicReferences
I use are not found upon restart of the application. I also cannot find any mention of this use-case in the documentation.
BinaryObjects in StreamReceiver & generic types
I’m trying to understand what is the proper way of working with StreamReceiver
‘s which are used with IgniteDataStreamer
where keepBinary(true)
is set. Consider this code: