Primary and Backups caches questions.

2018-04-12 Thread Mauricio
Hi All. I have the following scenario. My cluster has 12 nodes. I have one PARTITIONED cache named Documents and the type is also the number of backups of this cache is 1. My questions are the following: 1. Having my number of backups equals to 1, this means that any entry will be stored in two

Re: Slides of Ignite use cases

2018-08-07 Thread Mauricio Stekl
Hi all, I have fixed the problem with the links. Now all of them are redirecting to the right place. Best, Mauricio Stekl On Aug 7, 2018, 06:57 -0300, Ilya Kasnacheev , wrote: > Hello! > > https://www.imcsummit.org/2017/us/sessions/implementation-investment-book-record-ibor-usi

How to configure MongoDB Client? I'm getting NotSerializableException

2017-02-21 Thread Mauricio Arroqui
o the same with mongo? I'm losing something? Thanks in advance. Mauricio Here's a my bea

Re: How to configure MongoDB Client? I'm getting NotSerializableException

2017-02-24 Thread Mauricio Arroqui
eam.java:1432) at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1178) at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:348) at org.apache.ignite.marshaller.jdk.JdkMarshaller.marshal0(JdkMarshaller.java:79) ... 12 more Regards, Mauricio -- View this

Re: How to configure MongoDB Client? I'm getting NotSerializableException

2017-02-27 Thread Mauricio Arroqui
oStore has the non serialized property MongoClient, but the second hasn't, so.. why the java.io.NotSerializableException? Thanks for your patience. Mauricio -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-configure-MongoDB-Cli

Re: How to configure MongoDB Client? I'm getting NotSerializableException

2017-03-01 Thread Mauricio Arroqui
Thanks Val. On Tue, Feb 28, 2017 at 1:09 AM, vkulichenko [via Apache Ignite Users] < ml-node+s70518n10931...@n6.nabble.com> wrote: > Mauricio, > > According to exception, you injected CacheStoreSession in a non-transient > field. Making it transient might fix the issue, but gen