[ANNOUNCE] Apache Geode 1.12.5

2021-10-26 Thread Dick Cavender
The Apache Geode community is pleased to announce the availability of Apache Geode 1.12.5. Apache Geode is a data management platform that provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with hig

Re: Apache Geode PR pipeline

2021-10-26 Thread Robert Houghton
This should be resolved now. Thanks! From: Robert Houghton Date: Tuesday, October 26, 2021 at 12:07 PM To: geode Subject: Apache Geode PR pipeline A concourse variable change for the PR pipeline has gotten us into a weird state of non-running. We’re working on it. -Robert

Apache Geode PR pipeline

2021-10-26 Thread Robert Houghton
A concourse variable change for the PR pipeline has gotten us into a weird state of non-running. We’re working on it. -Robert

Re: Test failures on Windows with insufficient memory for the JRE while running distributed tests

2021-10-26 Thread Kirk Lund
PS: I should also mention that the *windows-gfsh-distributed* test target is only run on Windows (never on Linux). It might be useful to try getting windows-gfsh-distributed running on LInux to see if it hits the same issue on that OS. This would also require some help from a pipeline expert. On T

Re: Test failures on Windows with insufficient memory for the JRE while running distributed tests

2021-10-26 Thread Kirk Lund
Hi Alberto, 32 kb is a very small amount of memory, so I don't think it's related to Java Heap. Based on what little I've read today, I think a failure in ChunkPool::allocate is probably related to either *running out of swap space or running out of address space in a 32 bit JVM*. Since the failur

Test failures on Windows with insufficient memory for the JRE while running distributed tests

2021-10-26 Thread Alberto Gomez
Hi, I am having issues with insufficient memory for the Java Runtime Environment when running some tests on the CI under Windows from the following PR : https://github.com/apache/geode/pull/7006 The tests never fail under Linux. This is the error I get for some VMs: [vm4] # There is insufficie