Geode/Gemfire Courses

2018-09-24 Thread Thacker, Dharam
Hi Team, My team recently went through pivotal gemfire pluralsight course for basic fundamentals and it was really great. Are there any plans to have "Advanced Gemfire/Geode" course on pluralsight? Even spring boot geode/gemfire and Pivotal cloud cache for PCF are as well very much needed. :)

Re: Doubts about dealing with transactions isolation from geode-native

2018-09-24 Thread Anibal Caceres Hernando
Hi, Thanks a lot for the clarification, Anil. Actually that was our first understanding, so we did it, we set the system property on the server side (using the *--J=-Dgemfire.detectReadConflicts=true* argument for *gfsh start server*), but we didn't observe any effect: the isolation problems keeps

Re: Geode wan replication latency

2018-09-24 Thread Real Wes
It includes the latency time interval that you specified in GemFire.properties to batch up the events. Regards, Wes Williams Sent from mobile phone On Sep 24, 2018, at 12:29 PM, aashish choudhary mailto:aashish.choudha...@gmail.com>> wrote: Awesome. So queue time includes time it took to prepa

Re: Doubts about dealing with transactions isolation from geode-native

2018-09-24 Thread Anilkumar Gingade
The transaction semantics are maintained/managed at server side. You need to set this system property on the server side. -Anil. On Mon, Sep 24, 2018 at 2:31 PM Anibal Caceres Hernando < anibal.cace...@gmail.com> wrote: > Hi, > > We are writing a C++ application interacting with geode, using fo

Doubts about dealing with transactions isolation from geode-native

2018-09-24 Thread Anibal Caceres Hernando
Hi, We are writing a C++ application interacting with geode, using for it the geode-native. We are using the pre-modernization version of geode-native. We are experiencing the transactions isolation issue described in the Geode documentation ( http://geode.apache.org/docs/guide/16/developing/tran

Re: Geode wan replication latency

2018-09-24 Thread aashish choudhary
Awesome. So queue time includes time it took to prepare and dispatch events? With best regards, Ashish On Mon 24 Sep, 2018, 9:00 PM Real Wes, wrote: > > Yes. See: > https://github.com/owebeewan/wan-perftest/blob/master/gateway/src/main/java/io/pivotal/gateway/filter/TimingGatewayEventFilter.ja

Re: Geode wan replication latency

2018-09-24 Thread Real Wes
Yes. See: https://github.com/owebeewan/wan-perftest/blob/master/gateway/src/main/java/io/pivotal/gateway/filter/TimingGatewayEventFilter.java There are two types of latency in the WAN gateway: 1) queue time and 2) transmit time. Barry Oglesby provided a class that captures both metrics and I