Re: Ignite Cluster Config Issue

2021-11-26 Thread Henrik Y
Thanks. I have met the same question.This helps me to understand it. On 2021/11/26 12:40, Gurmehar Kalra wrote: Issue got resolved after adding below line of code. ignite.cluster().baselineAutoAdjustEnabled(*true*); ignite.cluster().baselineAutoAdjustTimeout(1);

RE: Ignite Cluster Config Issue

2021-11-25 Thread Gurmehar Kalra
_lock.unlock(); } } Regards, Gurmehar Singh From: andrei mailto:aealexsand...@gmail.com>> Sent: 25 November 2021 16:48 To: Gurmehar Kalra mailto:gurmehar.ka...@hcl.com>>; user@ignite.apache.org<mailto:user@ignite.apache.org> Subject: Re: Ignite Cluster Co

RE: Ignite Cluster Config Issue

2021-11-25 Thread Gurmehar Kalra
lly { if(!ObjectUtils.isEmpty(_lock)) { _lock.unlock(); } } Regards, Gurmehar Singh From: andrei Sent: 25 November 2021 16:48 To: Gurmehar Kalra ; user@ignite.apache.org Subject: Re: Ignite Cluster Config Issue [CAUTION: This Email is from outside the Or

Re: Ignite Cluster Config Issue

2021-11-25 Thread andrei
which IP . In logs it clearly shows that all services from all Nodes are able to write to Ignite , but only Single Node is reading it and publishing it ahead . Regards, Gurmehar Singh *From:*andrei *Sent:* 25 November 2021 16:17 *To:* user@ignite.apache.org *Subject:* Re: Ignite Cluster

RE: Ignite Cluster Config Issue

2021-11-25 Thread Gurmehar Kalra
, Gurmehar Singh From: andrei Sent: 25 November 2021 16:17 To: user@ignite.apache.org Subject: Re: Ignite Cluster Config Issue [CAUTION: This Email is from outside the Organization. Unless you trust the sender, Don’t click links or open attachments as it may be a Phishing email, which can steal your

Re: Ignite Cluster Config Issue

2021-11-25 Thread andrei
Hey, Sorry, but I don't understand what the issue you mentioned? You are using a transaction cache and most likely using transactions. Perhaps you are just having design problems. Tell us more about what you are going to achieve. Sincerely, Andrey 11/25/2021 11:24 AM, Gurmehar Kalra пишет:

Ignite Cluster Config Issue

2021-11-25 Thread Gurmehar Kalra
Hi, Team stuck with Issue with in Ignite Cluster where in Only Single Node is able to read data from Ignite ,other Nodes are able to write data on to Ignite , data is shared with other Nodes, Below is configuration cache.setWriteSynchronizationMode(CacheWriteSynchronizationMode.FULL_ASYNC); cac