Re: [VOTE] Apache Geode 1.9.0 RC3

2019-04-16 Thread Sai Boorlagadda
I will be traveling and would be away from my computer, so I will not be able to build a new RC when we are ready. Meanwhile Dan & Owen has offered help for 1.9.0 and they will be filling me in as release managers. Thanks Dan & Owen for your help. Sai On Tue, Apr 16, 2019 at 2:18 PM Anthony Bake

Re: [VOTE] Apache Geode 1.9.0 RC3

2019-04-16 Thread Anthony Baker
FYI, I reviewed the geode, geode-examples, and geode-native bits. No issues so far (except as noted by Bruce). Anthony > On Apr 16, 2019, at 1:19 PM, Sai Boorlagadda > wrote: > > Thanks Bruce. You can -1 this release candidate and I will build a new one > once the issue is resolved. > > Sa

Re: [VOTE] Apache Geode 1.9.0 RC3

2019-04-16 Thread Bruce Schuchardt
okay, I vote -1 I'm actively trying to track down what's going on with this test.  It looks like a real failure in the new SSL over NIO code. On 4/16/19 1:19 PM, Sai Boorlagadda wrote: Thanks Bruce. You can -1 this release candidate and I will build a new one once the issue is resolved. Sai

Re: [VOTE] Apache Geode 1.9.0 RC3

2019-04-16 Thread Sai Boorlagadda
Thanks Bruce. You can -1 this release candidate and I will build a new one once the issue is resolved. Sai On Tue, Apr 16, 2019 at 12:11 PM Bruce Schuchardt wrote: > In testing for the CI failure GEODE-6664 I am seeing a test using SSL > with conserve-sockets=true hang periodically. That's pro

Re: [VOTE] Apache Geode 1.9.0 RC3

2019-04-16 Thread Bruce Schuchardt
In testing for the CI failure GEODE-6664 I am seeing a test using SSL with conserve-sockets=true hang periodically.  That's probably something we should fix for 1.9.  The code in question was heavily modified for this release. On 4/15/19 3:06 PM, Sai Boorlagadda wrote: Hello, Geode dev commun

Re: How to publish client stats on server

2019-04-16 Thread John Blum
Or alternatively, when using Spring, you can just use @EnableStatistics [1]. [1] https://docs.spring.io/spring-data/geode/docs/current/api/org/springframework/data/gemfire/config/annotation/EnableStatistics.html On Tue, Apr 16, 2019 at 10:44 AM Darrel Schneider wrote: > setPoolStatisticInterval

Re: [VOTE] Apache Geode 1.9.0 RC3

2019-04-16 Thread Peter Tran
* verified the SHA is correct * build is working * created a local cluster/region and wrote some data +1 On Mon, Apr 15, 2019 at 7:33 PM Dan Smith wrote: > +1 > > The java bits look good to me. I didn't look too much at geode-native - > Maybe someone who knows more about the geode-native codeba

Re: How to publish client stats on server

2019-04-16 Thread Darrel Schneider
setPoolStatisticInterval does cause the client to send some of its stats periodically to the server. But the server puts this information into MBeans and does not write them to the server's statistic archive. This is why the javadoc's on setPoolStatisticInterval refers to "gfmon". Your best bet, as

Re: Test coverage and PRs

2019-04-16 Thread Helena Bales
+1 On Tue, Apr 16, 2019 at 1:33 AM Juan José Ramos wrote: > +1 > > On Mon, Apr 15, 2019 at 11:22 PM Alexander Murmann > wrote: > > > Hi everyone, > > > > TL;DR: > > 1. Let's call each other out on our PRs when test coverage is missing or > > insufficient > > 2. Let's require test coverage for c

Re: How to publish client stats on server

2019-04-16 Thread Dan Smith
As Anthony pointed out, each member (client, server, locator, etc.) writes it's own statistics to it's own stats file. There is are some server side stats that might have the information you are looking for - see CacheServerStats. That has information about how many operations the server has recei

Re: How to publish client stats on server

2019-04-16 Thread Anthony Baker
The client stats are written to a file on the client. They don’t get published to the server. Anthony > On Apr 16, 2019, at 6:19 AM, Alberto Bustamante Reyes > wrote: > > Hi Geode community, > > Im trying to run a simple test to check how the client stats are published on > the server, but

How to publish client stats on server

2019-04-16 Thread Alberto Bustamante Reyes
Hi Geode community, Im trying to run a simple test to check how the client stats are published on the server, but I have not been able to do it. The server is started with the statistic sampling enabled, and in the client I set the sending interval with setPoolStatisticInterval, but when I open

RE: About operating system statistics

2019-04-16 Thread Alberto Bustamante Reyes
Thanks for your answer Darrel. I have created a jira to delete these classes. BR/ Alberto De: Darrel Schneider Enviado: lunes, 15 de abril de 2019 17:12 Para: dev@geode.apache.org Asunto: Re: About operating system statistics The code you have found predates the

Re: Test coverage and PRs

2019-04-16 Thread Juan José Ramos
+1 On Mon, Apr 15, 2019 at 11:22 PM Alexander Murmann wrote: > Hi everyone, > > TL;DR: > 1. Let's call each other out on our PRs when test coverage is missing or > insufficient > 2. Let's require test coverage for code that gets refactored as well > > We already have a really great wiki page > <