[Spring CI] Spring Data GemFire > Nightly-ApacheGeode > #39 was SUCCESSFUL (with 1058 tests)

2015-08-18 Thread Spring CI
--- Spring Data GemFire > Nightly-ApacheGeode > #39 was successful. --- Scheduled 1062 tests in total. https://build.spring.io/browse/SGF-NAG-39/ -- This me

Review Request 37598: GEODE-229: Fixed javadoc for DiskStoreFactory.setCompactionThreshold

2015-08-18 Thread Dan Smith
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/37598/ --- Review request for geode and Darrel Schneider. Repository: geode Description

[GitHub] incubator-geode pull request: Handle region create/destroy remote ...

2015-08-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-geode/pull/16 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] incubator-geode pull request: Fix for GEODE-222

2015-08-18 Thread vitogav
GitHub user vitogav opened a pull request: https://github.com/apache/incubator-geode/pull/17 Fix for GEODE-222 You can merge this pull request into a Git repository by running: $ git pull https://github.com/vitogav/incubator-geode Fix/GEODE-222 Alternatively you can review an

Re: Geode and Java 8 Streams

2015-08-18 Thread Anthony Baker
Another place to go with this is to apply an OQL query to generate the stream. region.entrySet().remoteStream(“select * from /myregion.entries e where e.key > 10") .filter(e -> e.getKey() % 2 == 0) .map(e -> e.getValue()) .reduce(1, Integer::sum); Anthony > On Aug 16, 201

[GitHub] incubator-geode pull request: Handle region create/destroy remote ...

2015-08-18 Thread vitogav
GitHub user vitogav opened a pull request: https://github.com/apache/incubator-geode/pull/16 Handle region create/destroy remote event in Redis adpater Ignore events where region creation initiated remotely attempts to create a local region reference when the region has already been

Fwd: Upcoming: Apache Geode Clubhouse Tuesday, August 18th

2015-08-18 Thread Gregory Chase
We are gathering for the Apache Geode Clubhouse now - begins at 9AM. JOIN: http://bit.ly/1JSmjeN Agenda: Open community roundtable to discuss current concerns, open issues, identify areas for new contributors to get started, and any other topics you would like to bring up. Everyone will be given

Build failed in Jenkins: Geode-nightly #188

2015-08-18 Thread Apache Jenkins Server
See -- [...truncated 200 lines...] :gemfire-core:createVersionPropertiesFile :gemfire-core:processResources :gemfire-core:classes :gemfire-assembly:depsJar :gemfire-core:compileJcaJava :gemfire-core:processJ