GridGain upgrade is failing with BaselineTopology of joining node is not compatible with BaselineTopology in the cluster
Environments used: OpenShift
Existing image: gridgain/community:8.8.37-openjdk17-slim
New image: gridgain/community:8.9.5-openjdk17-slim
How to serialize custom type?
I am trying to access GridGain server from the project that’s written in C++ using GridGain C++ thin client: https://ignite.apache.org/docs/latest/thin-clients/cpp-thin-client
As long as I use basic types (integers, std::string etc.) everything works fine.
However, more complex types (any kind of “struct”-ures) require serialization. Serialization is outlined here: https://ignite.apache.org/docs/latest/cpp-specific/cpp-serialization . That page seems to be giving pieces of the code but not a complete example. If I try to just copy and compile code from that page:
Ignite reports OOM when we create large number of caches without any data
Apache Ignite throws OOM when we create huge number of caches without any data. Following are the configuration of data region:
Memory allocated: 1GB
Persistence enabled: False
Number of caches created: 500