Re: Thin client cache operations takes longer and longer for subsequent retries to throw exception when server down

2022-07-11 Thread Sumit Deshinge
Hi Pavel, Thanks for pointing this out. I will try them out and get back to you if required. On Fri, Jul 8, 2022 at 11:42 PM Pavel Tupitsyn wrote: > This behavior is controlled by the following fields in ClientConfiguration > [1]: > retryLimit, reconnectThrottlingRetries,

Re: Thin client cache operations takes longer and longer for subsequent retries to throw exception when server down

2022-07-08 Thread Pavel Tupitsyn
This behavior is controlled by the following fields in ClientConfiguration [1]: retryLimit, reconnectThrottlingRetries, reconnectThrottlingPeriod To fail fast, set reconnectThrottlingPeriod to 0 and retryLimit to 1. [1]

Re: Thin client cache operations takes longer and longer for subsequent retries to throw exception when server down

2022-07-08 Thread Sumit Deshinge
Correction in subject On Fri, Jul 8, 2022 at 7:12 PM Sumit Deshinge wrote: > Hi, > > I have ignite thin clients connecting to ignite server. > When server node is down, ClientCache operations like get, exists takes > incremental times to throw clientconnectiontimeout exception. e.g. 40s, > 60s,