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
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 redundancy level, the client register CQs on multiple servers. During the subscription (CQ)

Re: continuous query internal mechanism questions

2017-08-15 Thread Jason Huynh
I am not quite sure how native client registers cqs. From my understanding: with the java api, I believe there is only one message (ExecuteCQ message) that is executed on the server side and then replicated to the other nodes through the profile (OperationMessage). It seems the extra ExecuteCQ mes