RE: Questions on Client Reconnect and Client Cache

2017-01-12 Thread vkulichenko
Hi Mani, Cache configuration will indeed be broadcasted - that's how cache start procedure currently works, it doesn't depend on cache mode. However, if cache mode is LOCAL, the data will be stored only the node where you created it. -Val -- View this message in context: http://apache-ignite-

RE: Questions on Client Reconnect and Client Cache

2017-01-11 Thread Manikandan.Lakshminarayanan
lto:valentin.kuliche...@gmail.com] Sent: Thursday, January 12, 2017 2:57 AM To: user@ignite.apache.org Subject: RE: Questions on Client Reconnect and Client Cache Mani, 1. Specific timeout value depends on you environment network speed, etc. Basically, client will automatically reconnect to serve

RE: Questions on Client Reconnect and Client Cache

2017-01-11 Thread vkulichenko
Mani, 1. Specific timeout value depends on you environment network speed, etc. Basically, client will automatically reconnect to server when the latter is restarted, but it will fail to do that if timeout expires. 2. Local cache must work, I would assume you're doing something. Please prepare a t

RE: Questions on Client Reconnect and Client Cache

2017-01-11 Thread Manikandan.Lakshminarayanan
. How can extract a field values from BinaryObject. Do you have any sample code? Cheers, Mani From: Andrey Mashenkov [mailto:andrey.mashen...@gmail.com] Sent: Wednesday, January 11, 2017 5:18 PM To: user@ignite.apache.org Subject: Re: Questions on Client Reconnect and Client Cache Hi, 1. It looks

Re: Questions on Client Reconnect and Client Cache

2017-01-11 Thread Andrey Mashenkov
Hi, 1. It looks like connection timeouts is too low. Do you see any errors in client logs? 2. You can have local cache on client. See CacheConfiguration#cacheMode option [1] 3. You can try recommendation given in [2] thread. [1] http://apacheignite.gridgain.org/docs/cache-modes#local-mode [2] h

RE: Questions on Client Reconnect and Client Cache

2017-01-10 Thread Manikandan.Lakshminarayanan
Can someone throw some light and help on below questions From: Lakshminarayanan, Manikandan (Cognizant) Sent: Wednesday, January 11, 2017 8:54 AM To: 'user@ignite.apache.org' Subject: Questions on Client Reconnect and Client Cache Hi, Appreciate if anyone can answers below questions 1.