Re: [DISCUSS] TTL setting on WAN

2019-03-25 Thread Suranjan Kumar
Hi, I think the one approach for a user would be to 'filter' the events while dispatching. If I remember correctly, we can attach a filter at dispatch time and filter the events based on creationTime of the GatewayEvent. We can provide a pre created filter and use it based on some so that user doe

Re: Odg: gateway sender queue

2019-11-14 Thread Suranjan Kumar
+1 to Dan's suggestion. In addition we should think about the following scenario: In certain cases, cleanQueue would cause stop to block if Receivers are not up or causing exception while applying the events. In that case events will not be deletd from queue and stop will block. Currently, it is co

Issues due to Special exceptions in RVV

2017-05-23 Thread Suranjan Kumar
l exception. If possible could you please let me know your thoughts on this. Regards, Suranjan Kumar

Re: Issues due to Special exceptions in RVV

2017-05-23 Thread Suranjan Kumar
); > > vh1.recordVersion(57); > > System.out.println("After initialize and record version after clone, > > vh1="+vh1); > > > > assertTrue(vh1.contains(57)); //FAILS > > } > > > > > > On Tue, May 23, 2017 at 9:37 AM, Kirk Lund wrote: > > &g