Geode M3 Release - Status

2016-05-31 Thread William Markito
We are down to only 3 items [1] and made very good progress. Hopefully we should be able to wrap up by end of this week and start release procedures next week. [1] https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=92&view=planning&selectedIssue=GEODE-1293&versions=visible&select

RE: Async queue mechanism

2016-05-31 Thread Gal Palmery
Thanks a lot Barry! Can you pls share the quick explanation about the fix? From: Barry Oglesby [mailto:bogle...@pivotal.io] Sent: Wednesday, June 01, 2016 03:44 To: u...@geode.incubator.apache.org Cc: geode (dev@geode.incubator.apache.org) Subject: Re: Async queue mechanism I see the issue. It lo

Re: Review Request 47908: GEODE-1460 RemoveAll fails with NPE in com.gemstone.gemfire.internal.cache.tier.sockets.CacheClientNotifier.checkAndRemoveFromClientMsgsRegion()

2016-05-31 Thread Udo Kohlmeyer
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47908/#review135740 --- Ship it! Ship It! - Udo Kohlmeyer On May 26, 2016, 8:34 p.m.

Re: Review Request 48095: GEODE-1468 client/server messaging can create large objects

2016-05-31 Thread Udo Kohlmeyer
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48095/#review135739 --- Ship it! Ship It! - Udo Kohlmeyer On May 31, 2016, 10:15 p.m

Re: Async queue mechanism

2016-05-31 Thread Barry Oglesby
I see the issue. It looks like a merge issue. I have a fix that I'll check in in the next day or so. Thanks, Barry Oglesby On Tue, May 31, 2016 at 12:52 PM, Barry Oglesby wrote: > I see this same behavior. I'll look into it a bit more and let you know > what I find. > > Thanks, > Barry Oglesby

Re: Review Request 48086: GEODE-11: Adding a tool to dump the lucene index files

2016-05-31 Thread Xiaojian Zhou
It will be even better to provide it as a public API, then the real implementation could be put into LuceneIndexForPartitionedRegion. Just be conservative, I suggested to put into LuceneIndexImpl as a internal API. What I really want is a public API. On Tue, May 31, 2016 at 4:28 PM, Dan Smith wr

Re: Review Request 48086: GEODE-11: Adding a tool to dump the lucene index files

2016-05-31 Thread Dan Smith
> On May 31, 2016, 11:01 p.m., xiaojian zhou wrote: > > geode-lucene/src/test/java/com/gemstone/gemfire/cache/lucene/internal/directory/DumpDirectoryFilesIntegrationTest.java, > > line 49 > > > > > > This feature wil

Re: Review Request 48086: GEODE-11: Adding a tool to dump the lucene index files

2016-05-31 Thread Dan Smith
> On May 31, 2016, 9:19 p.m., Jason Huynh wrote: > > Not sure how important it will be but maybe a test for an invalid function > > argument (such as a bad location or a null location?) Sounds good, I'll add one > On May 31, 2016, 9:19 p.m., Jason Huynh wrote: > > geode-lucene/src/main/java/c

Re: Review Request 48086: GEODE-11: Adding a tool to dump the lucene index files

2016-05-31 Thread xiaojian zhou
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48086/#review135709 --- geode-lucene/src/test/java/com/gemstone/gemfire/cache/lucene/inte

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

2016-05-31 Thread Spring CI
--- Spring Data GemFire > Nightly-ApacheGeode > #326 was successful. --- Scheduled 1400 tests in total. https://build.spring.io/browse/SGF-NAG-326/ -- This

Review Request 48095: GEODE-1468 client/server messaging can create large objects

2016-05-31 Thread Bruce Schuchardt
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48095/ --- Review request for geode, Hitesh Khamesra and Udo Kohlmeyer. Bugs: GEODE-1468

Re: Review Request 48090: GEODE-1469: correctly handle the step arguements in http request

2016-05-31 Thread Jinmei Liao
> On May 31, 2016, 9:55 p.m., Jens Deppe wrote: > > geode-core/src/main/java/com/gemstone/gemfire/management/internal/cli/commands/LauncherLifecycleCommands.java, > > line 1955 > > > > > > Did this creep in acciden

Re: Review Request 48090: GEODE-1469: correctly handle the step arguements in http request

2016-05-31 Thread Jens Deppe
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48090/#review135689 --- Fix it, then Ship it! Ship It! geode-core/src/main/java/com/g

Re: Review Request 48076: GEODE-1463: Legacy OperationContexts do not set the appropriate Shiro permission tuple

2016-05-31 Thread Jinmei Liao
> On May 31, 2016, 8:33 p.m., Jinmei Liao wrote: > > geode-core/src/main/java/com/gemstone/gemfire/cache/operations/OperationContext.java, > > line 36 > > > > > > should still be static? > > Jens Deppe wrote: >

Re: Review Request 48076: GEODE-1463: Legacy OperationContexts do not set the appropriate Shiro permission tuple

2016-05-31 Thread Jinmei Liao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48076/#review135688 --- geode-core/src/test/java/com/gemstone/gemfire/management/internal

Re: Review Request 48076: GEODE-1463: Legacy OperationContexts do not set the appropriate Shiro permission tuple

2016-05-31 Thread Jens Deppe
> On May 31, 2016, 8:33 p.m., Jinmei Liao wrote: > > geode-core/src/main/java/com/gemstone/gemfire/cache/operations/OperationContext.java, > > line 36 > > > > > > should still be static? Seems like it's redundant fo

Re: Review Request 48076: GEODE-1463: Legacy OperationContexts do not set the appropriate Shiro permission tuple

2016-05-31 Thread Jens Deppe
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48076/ --- (Updated May 31, 2016, 9:27 p.m.) Review request for geode, Jinmei Liao, Kevin

Re: Review Request 48086: GEODE-11: Adding a tool to dump the lucene index files

2016-05-31 Thread Jason Huynh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48086/#review135684 --- Not sure how important it will be but maybe a test for an invalid

Re: Review Request 48076: GEODE-1463: Legacy OperationContexts do not set the appropriate Shiro permission tuple

2016-05-31 Thread Jinmei Liao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48076/#review135681 --- geode-core/src/main/java/com/gemstone/gemfire/cache/operations/Op

Looking for speaker for July Clubhouse: "The Magic of Continuous Query" or something similar

2016-05-31 Thread Gregory Chase
Greetings Geode team, I've heard from several people in the news group and in person that they'd love a deep dive on the continuous query feature that just got added to M2. This would hopefully be more geared towards use cases and design patterns. Is there anyone in the community with some practi

Review Request 48090: GEODE-1469: correctly handle the step arguements in http request

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

Re: Async queue mechanism

2016-05-31 Thread Barry Oglesby
I see this same behavior. I'll look into it a bit more and let you know what I find. Thanks, Barry Oglesby On Sun, May 29, 2016 at 5:38 AM, Gal Palmery wrote: > +Adding the dev group > > > > Thanks, > > Gal > > > > *From:* Gal Palmery > *Sent:* Sunday, May 29, 2016 15:30 > *To:* u...@geode.inc

Review Request 48086: GEODE-11: Adding a tool to dump the lucene index files

2016-05-31 Thread Dan Smith
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48086/ --- Review request for geode, Jason Huynh, nabarun nag, and xiaojian zhou. Reposito

Re: Review Request 47849: GEODE-1455: Add SecurityTest JUnit category to outstanding gfsh / JMX security tests

2016-05-31 Thread Jinmei Liao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47849/#review135664 --- Ship it! Ship It! - Jinmei Liao On May 31, 2016, 3:45 p.m.,

Re: Review Request 47849: GEODE-1455: Add SecurityTest JUnit category to outstanding gfsh / JMX security tests

2016-05-31 Thread Jens Deppe
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47849/ --- (Updated May 31, 2016, 3:45 p.m.) Review request for geode, Jinmei Liao, Kevin

c++ native client memory management

2016-05-31 Thread Gal Palmery
Hi, Do you use a specific external memory manager (like mtmalloc, hoard, etc..) for native-client code? Thanks, Gal This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement, you may review at http://www.amdocs.com/email_discla

Review Request 48076: GEODE-1463: Legacy OperationContexts do not set the appropriate Shiro permission tuple

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

Re: What will it take to release geode 1.0?

2016-05-31 Thread Nitin Lamba
Sorry for the delay. Seems one JIRA is already present so created a few more, as follows: (a) gfsh help (GEODE-985) (b) JMX end-points (GEODE-1465) (c) properties file (GEODE-1466) (d) servlet names for Dev and Admin REST (GEODE-1467) Please feel free to update these issues, as appropriate. I co