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
... 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 how native client registers

RE: continuous query internal mechanism questions

2017-08-16 Thread Roi Apelker
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
ear things up for me? Any comment on any of the statements > > above will be greatly appreciated. > > > > Thanks, > > > > Roi > > > > > > -Original Message- > > From: Roi Apelker > > Sent: Wednesday, August 09, 2017 3:21 PM > >

Re: continuous query internal mechanism questions

2017-08-15 Thread Jason Huynh
nt (maybe due to some other error), and that the CQ > notifications 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:

continuous query internal mechanism questions

2017-08-15 Thread Roi Apelker
PM To: dev@geode.apache.org Subject: RE: continuous query internal mechanism 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

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 Anilkumar Gingade
vents 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 is same for all clients (Java, C

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
uld 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 internal mechanism > > You

RE: continuous query internal mechanism

2017-08-07 Thread Roi Apelker
continuous query internal mechanism 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

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 anyone point me to the cent

continuous query internal mechanism

2017-08-07 Thread Roi Apelker
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 anyone point me to the central classes of continuous query, especially to the one that is responsible for the calculation of the new data and packin