Hi, I'm trying to intruduce a partition region in my system, but I found a problems. Now, my system in the server side is a cluster with two nodes, in the time this sever will grow, for this we decided use a partition region.
The problem that i found is that if i send element by a gateway from a client to the server when the 2 nodes are up, all is ok , but then when i down a node, a lot of elements that I sent do not reach theserver, and in the cacheserver.log I found exceptions with this name "PartitionOfflineException "
Whyis this?