test

2021-11-10 Thread Veena Mithare
Spread bets and CFDs are complex instruments and come with a high risk of losing money rapidly due to leverage. 66% of retail investor accounts lose money when spread betting and/or trading CFDs with this provider. You should consider whether you understand ho

test

2021-12-10 Thread Veena Mithare
Spread bets and CFDs are complex instruments and come with a high risk of losing money rapidly due to leverage. 66% of retail investor accounts lose money when spread betting and/or trading CFDs with this provider. You should consider whether you understand ho

Delay in receiving notifications 2.8.1

2021-12-10 Thread Veena Mithare
Hi Team, We have a 3 node cluster on 2.8.1 . And we have around 30 clients and around 20 of them have continuous query registered against the same cache ( say CACHEA ) We faced the below scenario : 1. Cache A was updated . 2. A few clients( say 4 or 5 ) received the update with 1 or 2

RE: Delay in receiving notifications 2.8.1

2021-12-10 Thread Veena Mithare
], failureDetectionTimeoutEnabled=false, timeout=2510, err=null, addr=/fde1:53ba:e9a0:de11:f602:70ff:fef0:ecab%idrac:47100] the configuration give is as below : From: Veena Mithare Sent: 10 December 2021 17:16 To: user@ignite.apache.org Subject: Delay in receiving notifications 2.8.1 Hi Team, We

RE: Delay in receiving notifications 2.8.1

2021-12-14 Thread Veena Mithare
SPI ), delay notification to the other clients interested. If point b is true, wouldn't that be a bug .. Regards, Veena. From: Veena Mithare Sent: 10 December 2021 17:22 To: 'user@ignite.apache.org' Subject: RE: Delay in receiving notifications 2.8.1 The delay seems to match the conne

NODE_LEFT/NODE_FAILED message not generated after a client restart- old node id not removed from cluster - resulting in 2 node ids registered with the cluster.

2022-06-19 Thread Veena Mithare
Hello all, We observed a weird state in our cluster last week. We are on 2.8.1 cluster We have about 20 clients connected to a 3 node server cluster . Discovery spi issues = 1. Server and client nodes were restarted one after the oth

Re: Delay in receiving notifications 2.8.1

2022-06-20 Thread Veena Mithare
alContext().isStopping(); CacheContinuousQueryEvent evt = new CacheContinuousQueryEvent<>(jcache, cctx, e0); lsnr.onEntryUpdated(evt, primary, recordIgniteEvt, fut); } } regards, Veena. On Tue, Dec 14, 2021 at 2:11 PM Veena Mithare wrote: > > > Hi Team

Re: Issue with establishing the baseline after nodes restart

2022-06-21 Thread Veena Mithare
Hello, Not sure if you are still facing this issue, When we would face this issue , we would find which client node is the baseline command saying is not found. And restart that client node. Sometimes after restarting the client node, the baseline command would say the same thing about another c

Re: Delay in receiving notifications 2.8.1

2022-06-22 Thread veena . mithare
Hi, Any idea if this is fixed any later version of ignite? If not I will raise a bug . Regards Veena Sent from my iPhone > On 20 Jun 2022, at 09:19, Veena Mithare wrote: > >  >  > Hi , > > This issue was observed again in our environment. We have a cluster of 20 >

Re: Delay in receiving notifications 2.8.1

2022-06-23 Thread Veena Mithare
rnalContext().cache().jcacheProxy(*cctx*.name(), *true*); > > *assert *jcache != *null *: *"Failed to get cache proxy [name=" *+ > *cctx*.name() + > *", locStart=" *+ *cctx*.startTopologyVersion() + > *", locNode=" *+ *cctx*.loca

Re: Delay in receiving notifications 2.8.1

2022-07-01 Thread veena . mithare
Just to mention we do have @IgniteAsyncCallback annotation on our remote filter and local listener.We use Continuous query with transformer. Will raise a bug Sent from my iPhone > On 23 Jun 2022, at 08:35, Veena Mithare wrote: > >  > Hi , > > Can someone kindly help me