Re: Review Request 47572: GEODE-1352: Clean up cache in LuceneQueryImplIntegrationTest

2016-05-18 Thread Barry Oglesby
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47572/#review133856 --- Ship it! Ship It! - Barry Oglesby On May 19, 2016, 12:41

Review Request 47572: GEODE-1352: Clean up cache in LuceneQueryImplIntegrationTest

2016-05-18 Thread Dan Smith
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47572/ --- Review request for geode and Barry Oglesby. Repository: geode Description

Re: Review Request 47553: GEODE-1397: Rename HelpCommandsJUnitTest to ...IntegrationTest

2016-05-18 Thread Jinmei Liao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47553/#review133843 --- Ship it! Ship It! - Jinmei Liao On May 18, 2016, 9:32 p.m.,

Re: Interest in contributing to a bi temporal framework

2016-05-18 Thread Swapnil Bawaskar
Hi Maarten, Glad to hear that you found my presentation useful, and that you would like to contribute to Geode! In Geode, transactions are not allowed to cross JVM boundary. (They are replicated, not distributed). This means that you will have to co-locate your data

Review Request 47567: GEODE-17: clean up error messages

2016-05-18 Thread Jinmei Liao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47567/ --- Review request for geode, Jens Deppe, Kevin Duling, and Kirk Lund. Repository:

Re: Review Request 47435: GEODE-1392: add tests for BlobHelper

2016-05-18 Thread Eric Shu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47435/#review133837 --- Ship it! Ship It! - Eric Shu On May 17, 2016, 6:43 p.m.,

Re: would anyone mind if I...

2016-05-18 Thread Bruce Schuchardt
The Locator will still log a banner so you can see build information. XML is currently only logged if you have trace-level logging enabled. That won't change. DistributedSystem properties will still be logged. PIDS are logged by the launched VMs at the beginning of the test so you can

Re: would anyone mind if I...

2016-05-18 Thread Anilkumar Gingade
+1 I am assuming there will be some marking between two cache instances... Do they include xml and properties info too? if so it will be nice to have some way to print those during debugging... -Anil. On Wed, May 18, 2016 at 3:12 PM, Bruce Schuchardt wrote: > Would

would anyone mind if I...

2016-05-18 Thread Bruce Schuchardt
Would anyone mind if I modify the distributedTests to inhibit all of the banners that Geode logs when a cache/distributed-system is started? They bloat the logs quite a bit and removing them would increase the chances that Jenkins failures would retain enough output to be useful.

Re: Review Request 47501: GEODE-1387 CI Failure: LocatorLauncherRemoteFileIntegrationTest.testStatusUsingWorkingDirectory

2016-05-18 Thread Udo Kohlmeyer
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47501/#review133818 --- Ship it! Ship It! - Udo Kohlmeyer On May 17, 2016, 11:49

Re: Fishing for ideas for future Geode Clubhouse talks

2016-05-18 Thread Matt Ross
That's up to @the real Wes Williams who taught me! On Wednesday, May 18, 2016, Gregory Chase wrote: > Matt, > > Would you or the engineer you speak of be willing to speak on "how to > create specific lookup regions in order to aggregate data without using > OQL"? > > Thanks

Re: Fishing for ideas for future Geode Clubhouse talks

2016-05-18 Thread Matt Ross
I think it would be really useful to hear about application design patterns with Geode. There's a lot of experience in the community, and it would be great to hear some of the more interesting use cases that Gemfire/Geode Developers have seen over the years. Yes there is documentation on how to

Re: Fishing for ideas for future Geode Clubhouse talks

2016-05-18 Thread Gregory Chase
Matt, Would you or the engineer you speak of be willing to speak on "how to create specific lookup regions in order to aggregate data without using OQL"? Thanks for the idea! -Greg On Wed, May 18, 2016 at 2:33 PM, Matt Ross wrote: > I think it would be really useful to

Review Request 47553: GEODE-1397: Rename HelpCommandsJUnitTest to ...IntegrationTest

2016-05-18 Thread Jens Deppe
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47553/ --- Review request for geode, Jinmei Liao and Kirk Lund. Repository: geode

Fishing for ideas for future Geode Clubhouse talks

2016-05-18 Thread Gregory Chase
Dear Apache Geode Community, What would you like to hear about next in terms of using Geode, or details about the features of Geode? We have a talk scheduled about the possibilities of WAN Gateway coming in early June. I will post details for that soon. However, what would you like to talk about

[Spring CI] Spring Data GemFire > Nightly-ApacheGeode > #313 has FAILED

2016-05-18 Thread Spring CI
--- Spring Data GemFire > Nightly-ApacheGeode > #313 failed. --- Scheduled No failed tests found, a possible compilation error.

Re: Review Request 47543: GEODE-1400, Handle inflight p2p msg late arrival

2016-05-18 Thread Darrel Schneider
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47543/#review133799 ---

Re: Review Request 47504: GEODE-1133 SeparateClassloaderTestRunner has to be re-implemented

2016-05-18 Thread Udo Kohlmeyer
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47504/#review133798 --- Ship it! I don't know anything of this class. So if it is

Re: Rebalancer

2016-05-18 Thread Dan Smith
That geode-rebalancer module lets you you provide schedule rebalancing with a cron expression. It just invokes the rebalance method whenever it fires. -Dan On Wed, May 18, 2016 at 9:26 AM, Anthony Baker wrote: > There’s a wiki page that describes the feature: >

Re: Interest in contributing to a bi temporal framework

2016-05-18 Thread Michael Stolz
This is largely handled for us by the Geode Partitioned Region mechanics already. On a Partitioned Region, there is always a notion of a primary server for any given key, and some number of secondaries. All writes are always sent to the primary node, who locally locks the entry, then stores the

Re: Geode Portfile for Mac Ports

2016-05-18 Thread Kevin Duling
That's a good idea, Roman, so I looked in to it. It doesn't appear that the rest of the Apache projects follow that pattern. Cassandra, Tomcat, maven, etc. all omit apache in the package name in mac ports. On Tue, May 17, 2016 at 5:36 PM, Roman Shaposhnik wrote: >

Re: Review Request 47429: change defragment to not create fragments > 2G

2016-05-18 Thread Ken Howe
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47429/#review133765 --- Ship it! I agree with the original reasoning for naming method

Re: Review Request 47429: change defragment to not create fragments > 2G

2016-05-18 Thread Darrel Schneider
> On May 17, 2016, 5:56 p.m., Sai Boorlagadda wrote: > > geode-core/src/main/java/com/gemstone/gemfire/internal/offheap/FreeListManager.java, > > line 338 > > > > > > Should it be called as isBigEnough or

Re: Rebalancer

2016-05-18 Thread Anthony Baker
There’s a wiki page that describes the feature: https://cwiki.apache.org/confluence/display/GEODE/Automated+Rebalancing Here’s the source code on the develop branch:

Re: Interest in contributing to a bi temporal framework

2016-05-18 Thread Maarten Niederer
Hi Mike, All right, I’ll start doing my ‘homework’ in order to get myself familiarized with the Geode codebase. At present I do not wish to learn your ideas as this may cloud my own creative thinking process. So we’ll discuss later on that. Are you having any concrete timelines on

Re: Review Request 47372: GEODE-1209: Added gfsh support to set ignoreEvictionAndExpiration attribute for create AEQ command.

2016-05-18 Thread Jens Deppe
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47372/#review133759 --- Did you run `HelpCommandsJUnitTest` against these changes? I

Re: Review Request 47501: GEODE-1387 CI Failure: LocatorLauncherRemoteFileIntegrationTest.testStatusUsingWorkingDirectory

2016-05-18 Thread Bruce Schuchardt
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47501/#review133756 --- Ship it! Ship It! - Bruce Schuchardt On May 17, 2016, 11:49

Re: Review Request 47504: GEODE-1133 SeparateClassloaderTestRunner has to be re-implemented

2016-05-18 Thread Jens Deppe
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47504/#review133738 --- Ship it! Ship It! - Jens Deppe On May 18, 2016, 12:01 a.m.,

Rebalancer

2016-05-18 Thread Daniel Farcovich
Hi Everyone, I heard of a an external tool named "Rebalancer". Is it part of GEODE of another branch? Where can I get more information about it? Thanks, Daniel Farcovich This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement,