Re: BinaryInvalidTypeException: Requesting mapping from grid failed for error reading cache

2021-05-20 Thread Joan Pujol
A lot of thanks for your response Alex. And if we are not using persistence, any idea of what can be the origin of the problem or where to look? About the upgrade, it's something we have pending for some time, but sure, I will try also. Cheers, On Thu, 20 May 2021 at 14:23, akorensh wrote: > >

BinaryInvalidTypeException: Requesting mapping from grid failed for error reading cache

2021-05-19 Thread Joan Pujol
Hi, In a client node that runs in a two server nodes cluster I get that error at first value that is read from an Ignite cache: org.apache.ignite.binary.BinaryInvalidTypeException: Requesting mapping from grid failed for [platformId=0, typeId=-1293425677] at

Server stuck while joining cluster

2021-07-01 Thread Joan Pujol
Hi, I've three servers running tomcat with Ignite 2.10 embedded. If I start all the nodes from a cold start (all servers stopped) it works well. But if I stop one of the server nodes and restart it again it gets stuck joining to the cluster and retrying infinitely with WARN [main]

Probles with custom serializer and node disconnections

2021-08-13 Thread Joan Pujol
We have a cluster of several embedded nodes and from time to time we have problems with "corrupted" caches. Usually when some of the nodes disconnect for a long pause or similar reasons. In the cache, we store domain entities using a custom serializer that basically serializes de object to json

Ignite JDK 17 runtime support

2022-03-02 Thread Joan Pujol
Hi, Although I know that it's not officially supported, I've been able to run it using parameters in this PR: https://github.com/apache/ignite/pull/9442/commits/89c84fa86c4994f0773d8a7fb1bfc372ce92ebea Does anybody run it successfully in production without issues? Are there any know issues? For

Re: Ignite JDK 17 runtime support

2022-03-02 Thread Joan Pujol
at 17:42, Семён Данилов wrote: > Hi! I have a pending pull request ( > https://github.com/apache/ignite/pull/9849) that solves all the issues I > was able to find. You can see the list of issues in the pull request. > > > Cheers, Sam > 2 марта 2022 г., 19:37 +0300, Joan

Daemon threads

2022-03-04 Thread Joan Pujol
Hi, Is there any way to configure the threads used by service operations or compute to be daemon threads to shutdown a node in time? Cheers, -- Joan Jesús Pujol Espinar http://www.joanpujol.cat

Blocked system-critical due to a listener?

2022-03-23 Thread Joan Pujol
Hi, We had a cluster problem while two of the four server nodes left the cluster and started again in a cluster running Ignite 2.10 The problem seems to be that Partition Exchange didn't finish In particular, the problem seems to be in one of the remaining nodes that has a Blocked

Re: Blocked system-critical due to a listener?

2022-04-03 Thread Joan Pujol
t; Hi, >> >> Could you, please, attach logs from failed nodes? >> >> ср, 23 мар. 2022 г. в 14:07, Joan Pujol : >> >>> Hi, >>> >>> We had a cluster problem while two of the four server nodes left the >>> cluster and started again in a c

Call an operation on all deployed remote services

2022-10-20 Thread Joan Pujol
Hi, Is there a way that I can call a remote service method in all of the nodes where the service is deployed? A lot of thanks in advance. -- Joan Jesús Pujol Espinar http://www.joanpujol.cat

Re: Call an operation on all deployed remote services

2022-10-20 Thread Joan Pujol
; I don't recommend this though - not a right thing to do, and perf would not > be good. > > Pavel > > > > On Thu, Oct 20, 2022 at 5:12 PM Joan Pujol wrote: >> >> Hi, >> >> Is there a way that I can call a remote service method in all of the >> nod