RE: DiskStore exception while region data evicted

2017-11-22 Thread Gregory Vortman
Hi, The node just stopped. In our test the issue is being reproduced whenever the producer continuously PUTs into the region, consumer stops GET and stops delete entries from the region. In a while, as long as eviction rate goes up, the exception occurs. We tested with GEODE 1.2. Here is the reg

[Spring CI] Spring Data GemFire > Nightly-ApacheGeode > #744 was SUCCESSFUL (with 2261 tests). Change made by John Blum.

2017-11-22 Thread Spring CI
--- Spring Data GemFire > Nightly-ApacheGeode > #744 was successful. --- Scheduled with changes by John Blum. 2263 tests in total. https://build.spring.io/browse

Re: Next release: 1.4.0

2017-11-22 Thread Michael Stolz
I'd like to see it include the recently completed work on indexing nested objects in the Apache Lucene integration. Early Dec sounds good to me. -- Mike Stolz On Wed, Nov 22, 2017 at 4:48 PM, Anthony Baker wrote: > We released Geode 1.3.0 at the end of October. Our next release will be > 1.4.

Next release: 1.4.0

2017-11-22 Thread Anthony Baker
We released Geode 1.3.0 at the end of October. Our next release will be 1.4.0. Questions: 1) Who wants to volunteer as a release manager? 2) What do we want to include in the release? 3) When do we want to do this? IMO, let's should shoot for an early Dec release. Anthony

Re: DiskStore exception while region data evicted

2017-11-22 Thread Anilkumar Gingade
Hi Gregory, Is the node stopped and restarted? If so how many times? It looks like the evict operation freed up 2401bytes...But at that time the current bucket size (as per stats) is (2401 -1425 =) 976bytes...Since the updated bucket memory stat was -ve, the system thrown exception... If you have

Build failed in Jenkins: Geode-nightly #1022

2017-11-22 Thread Apache Jenkins Server
See Changes: [jdeppe] GEODE-2567: Update AnalyzeSerializables [github] GEODE-3962: use function call to get cluster configuration from a [jdeppe] GEODE-1897: Acceptance test - users should be able to configure ev

Testing your application

2017-11-22 Thread Swapnil Bawaskar
In 1.3.0, a new JUnit Rule has been introduced which makes writing integration/acceptance tests for application easier. https://cwiki.apache.org/confluence/display/GEODE/Test+your+application Please give it a spin. All feedback welcome.