RE: continuous query internal mechanism questions

2017-09-05 Thread Roi Apelker
al Message- From: Jason Huynh [mailto:jasonhu...@apache.org] Sent: Tuesday, August 15, 2017 9:25 PM To: dev@geode.apache.org Subject: Re: continuous query internal mechanism questions I am not quite sure how native client registers cqs. From my understanding: with the java api, I believe the

RE: continuous query internal mechanism questions

2017-08-16 Thread Roi Apelker
;//this will go to ThinClientDistributionManager ... Can this be causing the issue? -Roi -Original Message- From: Jason Huynh [mailto:jasonhu...@apache.org] Sent: Tuesday, August 15, 2017 9:25 PM To: dev@geode.apache.org Subject: Re: continuous query internal mechanism questions I am not quite sure ho

RE: continuous query internal mechanism questions

2017-08-16 Thread Roi Apelker
17 1:41 AM To: dev@geode.apache.org Subject: Re: continuous query internal mechanism questions In Geode, high availability for subscription events are achieved by having redundant event-queues (HAQueues) on multiple severs; this is configured using redundancy-level with client connection. Based on the

Re: continuous query internal mechanism questions

2017-08-15 Thread Anilkumar Gingade
otifications are received normally. > > > > Can anyone clear things up for me? Any comment on any of the statements > > above will be greatly appreciated. > > > > Thanks, > > > > Roi > > > > > > -Original Message----- > > From: Roi Apelk

Re: continuous query internal mechanism questions

2017-08-15 Thread Jason Huynh
iginal Message- > From: Roi Apelker > Sent: Wednesday, August 09, 2017 3:21 PM > To: dev@geode.apache.org > Subject: RE: continuous query internal mechanism > > Dhanyavad > > -----Original Message- > From: Anilkumar Gingade [mailto:aging...@pivotal.io] > Se

RE: continuous query internal mechanism

2017-08-09 Thread Roi Apelker
Dhanyavad -Original Message- From: Anilkumar Gingade [mailto:aging...@pivotal.io] Sent: Tuesday, August 08, 2017 9:55 PM To: dev@geode.apache.org Subject: Re: continuous query internal mechanism Registered events, i meant, are events generated for interest registration

RE: continuous query internal mechanism

2017-08-08 Thread Roi Apelker
Shukriya What is the difference between registered events and CQ events? -Original Message- From: Anilkumar Gingade [mailto:aging...@pivotal.io] Sent: Monday, August 07, 2017 10:12 PM To: dev@geode.apache.org Subject: Re: continuous query internal mechanism CQ Processing on server side

Re: continuous query internal mechanism

2017-08-07 Thread Anilkumar Gingade
can help here I would be most grateful :-) > > Thanks > > Roi > > > > -Original Message- > From: Anilkumar Gingade [mailto:aging...@pivotal.io] > Sent: Monday, August 07, 2017 8:23 PM > To: dev@geode.apache.org > Subject: Re: continuous query interna

RE: continuous query internal mechanism

2017-08-07 Thread Roi Apelker
query internal mechanism You can find those in CqServiceImpl.process*()... -Anil. On Mon, Aug 7, 2017 at 9:14 AM, Roi Apelker <roi.apel...@amdocs.com> wrote: > Hello, > > I am trying to look into the code of the continuous query mechanism - > where the GEODE server sends the

Re: continuous query internal mechanism

2017-08-07 Thread Anilkumar Gingade
You can find those in CqServiceImpl.process*()... -Anil. On Mon, Aug 7, 2017 at 9:14 AM, Roi Apelker wrote: > Hello, > > I am trying to look into the code of the continuous query mechanism - > where the GEODE server sends the notification back to the client. > > Can