Re: GEODE-37 (Hold your checkins in develop)

2016-09-14 Thread Hitesh Khamesra
Yes, all changes are in "feature/GEODE-37_2" branch. Please let me know if you see any issue with it. I need to merge one chenkin which happen in-between. One can look history in following way.. git log --follow ./geode-core/src/main/java/org/apache/geode/internal/cache/GemFireCacheImpl.java Tha

Re: GEODE-37 (Hold your checkins in develop)

2016-09-14 Thread Anthony Baker
Thanks Hitesh! Are your changes available on a feature branch where we could review and comment? Anthony > On Sep 13, 2016, at 3:30 PM, Hitesh Khamesra > wrote: > > As part of GEODE-37, I am changing com.gemstone.gemfire package name to > org.apache.geode. > Thus I request you to hold your

Re: How to get an Mbean of client federated by JMX Manager?

2016-09-14 Thread Jun Aoki
Jinmei/Barry, thank you for responding! Will investigate more and bring more solid questions. On Tue, Sep 13, 2016 at 5:15 PM, Barry Oglesby wrote: > The way that is done internally is that the client periodically puts stats > about itself into a local region. See > ClientStatsManager.publishCli

[GitHub] incubator-geode pull request #238: GEODE-599: Remove Flaky annotation from p...

2016-09-14 Thread gemzdude
GitHub user gemzdude opened a pull request: https://github.com/apache/incubator-geode/pull/238 GEODE-599: Remove Flaky annotation from previously failing tests You can merge this pull request into a Git repository by running: $ git pull https://github.com/gemzdude/incubator-g

Re: Review Request 51875: GEODE-1885: Removed call to check readiness (region check) after the offheap region entry is released.

2016-09-14 Thread Darrel Schneider
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51875/#review148993 --- geode-core/src/main/java/com/gemstone/gemfire/internal/cache/Abst

Re: Need help on querying

2016-09-14 Thread Swapnil Bawaskar
> I think queryResultSetLimit might be a way for TypedJson to cut a collection short. Kirk, did you mean queryCollectionsDepth here? I would like to argue that we do not need queryCollectionsDepth, because returning only a subset of data without even telling the users that its a subset, or allowi

Re: Review Request 51831: change EntryEventImpl code that does instanceof StoredObject checks

2016-09-14 Thread Darrel Schneider
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/51831/ --- (Updated Sept. 14, 2016, 3:34 p.m.) Review request for geode, anilkumar gingade

Re: Need help on querying

2016-09-14 Thread Anthony Baker
Perhaps a custom jackson serializer for Collections that stops after queryCollectionsDepth would do the trick. Anthony > On Sep 14, 2016, at 2:24 PM, Kirk Lund wrote: > > Yep, that method does add " LIMIT X" to the query where X > equals queryResultSetLimit. > > I think queryResultSetLimit m

Re: Need help on querying

2016-09-14 Thread Kirk Lund
Yep, that method does add " LIMIT X" to the query where X equals queryResultSetLimit. I think queryResultSetLimit might be a way for TypedJson to cut a collection short. It's always 100 and if one of the fields of your value object is a collection then I believe the resulting json will always incl

Re: Need help on querying

2016-09-14 Thread John Blum
Hi Kirk- Also, TMK there is no specific API call and/or parameter to limit the result set of a query, rather it is typically expressed in the OQL query as so... SELECT * FROM /Region WHERE LIMIT X Where 'X' is the desired result quantity. So, perhaps the question is more of what does the follo

Re: Need help on querying

2016-09-14 Thread Kirk Lund
That's what I was afraid of. So by moving to Jackson we will lose whatever feature that parameter provides. -Kirk On Wed, Sep 14, 2016 at 11:36 AM, Jason Huynh wrote: > Hi Kirk, > > I am not too familiar with the TypeJson class or how it was being used... > for number 2, I am assuming the quer

Re: Need help on querying

2016-09-14 Thread Jason Huynh
Hi Kirk, I am not too familiar with the TypeJson class or how it was being used... for number 2, I am assuming the queryCollectionsDepth is a specific gfsh/function specific to gfsh. I don't think there is an equivalent oql keyword or call for that. -Jason On Wed, Sep 14, 2016 at 10:11 AM Kirk

[VIRTUAL] Geode Clubhouse Weds, 9/21 9AM Pacific - Domain Driven Design & Reactive Programming w/ Apache Geode - Discussion Panel

2016-09-14 Thread Gregory Chase
Dear Geode Community, I'm super excited to have Vaughn Vernon and Wes Williams joining the next Geode Clubhouse for a discussion about Domain Driven Design & Reactive programming in context with Apache Geode. This meeting will kickoff on Weds, Sept 21 at 9AM Pacific

Need help on querying

2016-09-14 Thread Kirk Lund
I'm trying to remove TypedJson and replace it with Jackson. Unfortunately, it appears that some of the behavior for limiting how much data a query returns has leaked into the TypedJson class in the form of "queryCollectionsDepth". Both GFSH and Pulse use the following to limit how much a query ret

Build failed in Jenkins: Geode-spark-connector #72

2016-09-14 Thread Apache Jenkins Server
See Changes: [ukohlmeyer] GEODE-420: Initial Alias defintion and removal of deprecated [ukohlmeyer] GEODE-420: Removal of more deprecated properties and addition of new [ukohlmeyer] GEODE-420: Add localized strings [ukohlmeyer]

Jenkins build is back to normal : Geode-nightly #592

2016-09-14 Thread Apache Jenkins Server
See