Re: Partitioned mode issue

2020-07-01 Thread Toni Mateu Sanchez
Thanks! -- Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/

Re: Partitioned mode issue

2020-06-30 Thread Denis Magda
Hi Toni, With partitioned caches, a node keeps a subset of your data. You need to have at least one backup copy configured. Refer to this resource that explains the partitioning with clarity: https://www.gridgain.com/docs/latest/developers-guide/data-modeling/data-partitioning - Denis On Tue, J

Partitioned mode issue

2020-06-30 Thread Toni Mateu Sanchez
I have this scenario: 1 Cluster with 2 server nodes and 1 cache configured with partitioned mode. Also 1 client node for consuming the data. With this settings, if I try to recover all the data with the client node I lose some information, for example if I have A, B, C and D data I recover only A

Re: Partitioned mode issue

2020-06-09 Thread Ilya Kasnacheev
Hello! Please consider moving to user list. If you have backups configured you should not lose information when server is down. Otherwise, it's hard to say what's going on. Do you have a reproducer? Regards. -- Ilya Kasnacheev вт, 9 июн. 2020 г. в 13:55, Toni Mateu Sanchez < antonio.ma...@glo

Partitioned mode issue

2020-06-09 Thread Toni Mateu Sanchez
I have this scenario: 1 Cluster with 2 server nodes and 4 caches configured with partitioned mode. With this settings, if I try to recover the data with a client node I lose some information, but if I have the same scenario with just 1 server node, I recover all data. Why? Some miss settings? T

Partitioned mode issue

2020-06-09 Thread Toni Mateu Sanchez
I have this scenario: 1 Cluster with 2 server nodes and 4 caches configured with partitioned mode. With this settings, if I try to recover the data with a client node I lose some information, but if I have the same scenario with just 1 server node, I recover all data. Why? Some miss settings? T