Re: [cpp] Setup a near cache on client and server nodes

2019-09-23 Thread Ilya Kasnacheev
te before - I create caches dynamically and cannot declare cache >>> configuration in client.xml because cache doesn't exist yet. >>> >>> -------------- >>> *From: *"Denis Magda" >>> *To: *"user" >>> *Sent: *Friday

Re: [cpp] Setup a near cache on client and server nodes

2019-09-16 Thread Igor Sapego
gt; configuration in client.xml because cache doesn't exist yet. >> >> -- >> *From: *"Denis Magda" >> *To: *"user" >> *Sent: *Friday, September 13, 2019 10:50:16 PM >> *Subject: *Re: [cpp] Setup a nea

Re: [cpp] Setup a near cache on client and server nodes

2019-09-13 Thread Denis Magda
t;> cache ? >> >> -------------- >> *From: *"Denis Magda" >> *To: *"user" >> *Sent: *Friday, September 13, 2019 8:46:06 PM >> *Subject: *Re: [cpp] Setup a near cache on client and server nodes >> >> Hello Oleg, &g

Re: [cpp] Setup a near cache on client and server nodes

2019-09-13 Thread Oleg Popov
As I wrote before - I create caches dynamically and cannot declare cache configuration in client.xml because cache doesn't exist yet. From: "Denis Magda" To: "user" Sent: Friday, September 13, 2019 10:50:16 PM Subject: Re: [cpp] Setup a near cache on client and

Re: [cpp] Setup a near cache on client and server nodes

2019-09-13 Thread Denis Magda
uration and put a near cache > configuration into it ? > > Could you share a working settings (data node, client node) of a near > cache ? > > -- > *From: *"Denis Magda" > *To: *"user" > *Sent: *Friday, September 13, 2019 8:46

Re: [cpp] Setup a near cache on client and server nodes

2019-09-13 Thread Oleg Popov
figuration and put a near cache configuration into it ? Could you share a working settings (data node, client node) of a near cache ? From: "Denis Magda" To: "user" Sent: Friday, September 13, 2019 8:46:06 PM Subject: Re: [cpp] Setup a near cache on client and serve

Re: [cpp] Setup a near cache on client and server nodes

2019-09-13 Thread Denis Magda
Hello Oleg, Just to confirm, do you use C++ thin or thick (regular) client? If you have inserted this property into the configuration on the client side then it should work. Something might have failed on the visor end. Btw, do you see any performance difference after turning on/off the near cach

[cpp] Setup a near cache on client and server nodes

2019-09-12 Thread Oleg Popov
Hello. Configuration: 1. N1 и N2 - data nodes (in different k8s clusters). 2. C1 - client node (outside of k8s clusters; c++ client node). 3. All caches are replicated. Caches create through REST/caches templates. Need: 1. C1 has to have a near cache for better performance. Question: