[GitHub] geode-native pull request #90: GEODE-2763: Remove of nonSingleHopsCount stat...

2017-04-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/geode-native/pull/90 --- 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

[jira] [Commented] (GEODE-2763) Remove of nonSingleHopsCount stat in client

2017-04-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15982335#comment-15982335 ] ASF GitHub Bot commented on GEODE-2763: --- Github user asfgit closed the pull request at:

Re: Simple Java Client

2017-04-24 Thread Fred Krone
That's great, Wes. I will take a look. Thanks. John -- good feedback to consider and I was hoping this would come up. "In my mind, there really are only 2 approaches... *Spring* and non-*Spring*, or rather PCF and non-PCF, and since PCF is primarily based on Boot (given

Re: Simple Java Client

2017-04-24 Thread Real Wes
Here is a simple Java client _for enterprise use_ that I developed for Geode and distributed to several enterprises. It has similarities and differences for your goal. This project creates both server and client regions dynamically. It lists regions, alters regions… really anything that GFSH

Re: Simple Java Client

2017-04-24 Thread John Blum
The ability to dynamically, yet intelligently create Regions on the client as well as the server is being handle in SDG^2 right now, under the new Annotation configuration model (inspired by *Spring Boot*, *auto-configuration,* work I did in *Spring Session *and *SD Cassandra,* and tidbits I came

[jira] [Updated] (GEODE-2605) Unable to do a Lucene query without CLUSTER:READ privilege

2017-04-24 Thread Diane Hardman (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Diane Hardman updated GEODE-2605: - Description: I have configured a small cluster with security and am testing the privileges I

Re: Review Request 58599: GEODE:2802 Tombstone version vector to contain only the members that generate the tombstone.

2017-04-24 Thread anilkumar gingade
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58599/ --- (Updated April 25, 2017, 1:46 a.m.) Review request for geode, Darrel

Re: Review Request 58599: GEODE:2802 Tombstone version vector to contain only the members that generate the tombstone.

2017-04-24 Thread anilkumar gingade
> On April 21, 2017, 5:15 p.m., Darrel Schneider wrote: > > This fix does address one particular failure. > > Should you also make some other changes to prevent and/or detect when it > > happens in other contexts? > > One issue is the serialization of the TombstoneMessage. I think the toData >

[jira] [Created] (GEODE-2823) The LuceneEventListener caues deserialized values to be stored in the entry when the region contains DataSerializable or Serializable values

2017-04-24 Thread Barry Oglesby (JIRA)
Barry Oglesby created GEODE-2823: Summary: The LuceneEventListener caues deserialized values to be stored in the entry when the region contains DataSerializable or Serializable values Key: GEODE-2823 URL:

[jira] [Created] (GEODE-2822) gfsh commds 'list index' and 'describe index' should not require CLUSTER:READ permission

2017-04-24 Thread Diane Hardman (JIRA)
Diane Hardman created GEODE-2822: Summary: gfsh commds 'list index' and 'describe index' should not require CLUSTER:READ permission Key: GEODE-2822 URL: https://issues.apache.org/jira/browse/GEODE-2822

Re: Review Request 58589: GEODE-1597: use Spring shell's parser and delete our own parsing code

2017-04-24 Thread Jinmei Liao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58589/ --- (Updated April 25, 2017, 1:08 a.m.) Review request for geode, Jared Stewart,

[jira] [Commented] (GEODE-2785) CI failure: PartitionListenerDUnitTest.testAfterSecondaryIsCalledAfterLosingPrimary

2017-04-24 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15982210#comment-15982210 ] ASF subversion and git services commented on GEODE-2785: Commit

[jira] [Resolved] (GEODE-2785) CI failure: PartitionListenerDUnitTest.testAfterSecondaryIsCalledAfterLosingPrimary

2017-04-24 Thread Eric Shu (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Shu resolved GEODE-2785. - Resolution: Fixed Fix Version/s: 1.2.0 > CI failure: >

[jira] [Assigned] (GEODE-2785) CI failure: PartitionListenerDUnitTest.testAfterSecondaryIsCalledAfterLosingPrimary

2017-04-24 Thread Eric Shu (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Shu reassigned GEODE-2785: --- Assignee: Eric Shu > CI failure: >

[jira] [Commented] (GEODE-2398) Sporadic Oplog corruption due to channel.write failure

2017-04-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15982194#comment-15982194 ] ASF GitHub Bot commented on GEODE-2398: --- Github user agingade commented on a diff in the pull

[GitHub] geode pull request #477: GEODE-2398: fix oplog corruption in overflow oplogs

2017-04-24 Thread agingade
Github user agingade commented on a diff in the pull request: https://github.com/apache/geode/pull/477#discussion_r113087379 --- Diff: geode-core/src/main/java/org/apache/geode/internal/cache/OverflowOplog.java --- @@ -724,8 +727,31 @@ public final void flush() throws IOException

Re: Review Request 58628: GEODE-2785: Fix a test issue with additional afterSecondary invocations

2017-04-24 Thread anilkumar gingade
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58628/#review172877 --- Ship it! Ship It! - anilkumar gingade On April 24, 2017, 10

Re: Review Request 58682: GEODE-2662: Missing keys cause columns to shift in gfsh table display.

2017-04-24 Thread Kirk Lund
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58682/#review172876 --- geode-core/build.gradle Lines 118 (patched)

Re: Review Request 58682: GEODE-2662: Missing keys cause columns to shift in gfsh table display.

2017-04-24 Thread Kirk Lund
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58682/#review172874 ---

Re: Simple Java Client

2017-04-24 Thread Michael Stolz
We used to always say "client library" but somehow people started dropping "library". -- Mike Stolz Principal Engineer, GemFire Product Manager Mobile: +1-631-835-4771 On Mon, Apr 24, 2017 at 7:07 PM, Michael William Dodge wrote: > Perhaps I'm picking nits, but I think a

Re: Simple Java Client

2017-04-24 Thread Anthony Baker
> On Apr 24, 2017, at 3:03 PM, Fred Krone wrote: > > Calls are asynchronous -- futures I’m reading this as “Reactive API [1]” Anthony [1] http://www.reactive-streams.org

Re: Simple Java Client

2017-04-24 Thread Fred Krone
"Also, would this be the beginning of a client-side admin API with the intention of fleshing that out completely in the future?" I think that is a long term idea and we'd want to keep that in-mind... but short term it's the ability to provide some lightweight basic admin functionality (create /

[GitHub] geode pull request #477: GEODE-2398: fix oplog corruption in overflow oplogs

2017-04-24 Thread lgallinat
GitHub user lgallinat opened a pull request: https://github.com/apache/geode/pull/477 GEODE-2398: fix oplog corruption in overflow oplogs * ported changes from original fix in Oplog.java to OverflowOplog.java @agingade @dschneider-pivotal @pivotal-eshu @pdxrunner

[jira] [Commented] (GEODE-2398) Sporadic Oplog corruption due to channel.write failure

2017-04-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15982095#comment-15982095 ] ASF GitHub Bot commented on GEODE-2398: --- GitHub user lgallinat opened a pull request:

Re: Simple Java Client

2017-04-24 Thread Udo Kohlmeyer
+1 for calling it a driver :) On 4/24/17 16:07, Michael William Dodge wrote: Perhaps I'm picking nits, but I think a library that provides an API for interacting with Geode isn't a client. (I like to call it a driver.) The client is the application that someone write to use that API to

Re: Simple Java Client

2017-04-24 Thread Hitesh Khamesra
I would imagine rest client for mobile device.. From: Michael Stolz To: dev@geode.apache.org Sent: Monday, April 24, 2017 3:55 PM Subject: Re: Simple Java Client +1 I'd really like this to be a thin client. Something that would fit comfortably on a mobile

Re: Simple Java Client

2017-04-24 Thread Michael William Dodge
Perhaps I'm picking nits, but I think a library that provides an API for interacting with Geode isn't a client. (I like to call it a driver.) The client is the application that someone write to use that API to interact with Geode. I recognize that in the past the C++ library for Geode has been

Re: Simple Java Client

2017-04-24 Thread Michael Stolz
+1 I'd really like this to be a thin client. Something that would fit comfortably on a mobile device. -- Mike Stolz Principal Engineer, GemFire Product Manager Mobile: +1-631-835-4771 On Mon, Apr 24, 2017 at 6:51 PM, Kirk Lund wrote: > A couple things I'd like to see: > > 1)

Re: Simple Java Client

2017-04-24 Thread Kirk Lund
A couple things I'd like to see: 1) completely new API that doesn't reuse the old API classes (or at least not the giant classes such as Cache and Region interfaces) 2) separation of API and Impl so that users can compile their code against a dedicated client API jar On Mon, Apr 24, 2017 at 3:03

[jira] [Commented] (GEODE-2398) Sporadic Oplog corruption due to channel.write failure

2017-04-24 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15982042#comment-15982042 ] ASF subversion and git services commented on GEODE-2398: Commit

[jira] [Assigned] (GEODE-2546) RollingUpgradeDUnitTest fails intermittently with ClusterConfigurationNotAvailableException

2017-04-24 Thread Patrick Rhomberg (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Rhomberg reassigned GEODE-2546: --- Assignee: Patrick Rhomberg > RollingUpgradeDUnitTest fails intermittently with >

Re: Simple Java Client

2017-04-24 Thread Jens Deppe
I would suggest working closely with John Blum on this as I believe he already provides similar functionality in Spring Data Geode. Also, would this be the beginning of a client-side admin API with the intention of fleshing that out completely in the future? --Jens On Mon, Apr 24, 2017 at 3:03

Simple Java Client

2017-04-24 Thread Fred Krone
In an effort to improve Java developer ease of use for caching with Geode I am looking for feedback on going forward with creating a Java client. This client will allow for server-side region creation and distributed data caching. This would allow for a thin client that fits with microservice

Re: Review Request 58628: GEODE-2785: Fix a test issue with additional afterSecondary invocations

2017-04-24 Thread Eric Shu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58628/ --- (Updated April 24, 2017, 10 p.m.) Review request for geode, anilkumar gingade,

Re: Review Request 58628: GEODE-2785: Fix a test issue with additional afterSecondary invocations

2017-04-24 Thread Eric Shu
> On April 24, 2017, 9:43 p.m., Jason Huynh wrote: > > geode-core/src/test/java/org/apache/geode/internal/cache/PartitionListenerDUnitTest.java > > Lines 149 (patched) > > > > > > If afterSecondary is invoked more

[jira] [Commented] (GEODE-2738) Occurred is spelled with two Rs.

2017-04-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15981982#comment-15981982 ] ASF GitHub Bot commented on GEODE-2738: --- Github user PurelyApplied commented on the issue:

[GitHub] geode issue #435: GEODE-2738: Corrected spelling of "occured" to occurred

2017-04-24 Thread PurelyApplied
Github user PurelyApplied commented on the issue: https://github.com/apache/geode/pull/435 Rebased and resoled conflicts. --- 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

[jira] [Resolved] (GEODE-2725) export logs does not honor --dir

2017-04-24 Thread Patrick Rhomberg (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Rhomberg resolved GEODE-2725. - Resolution: Fixed Fix Version/s: 1.2.0 > export logs does not honor --dir >

Re: Review Request 58628: GEODE-2785: Fix a test issue with additional afterSecondary invocations

2017-04-24 Thread Jason Huynh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58628/#review172862 ---

[jira] [Created] (GEODE-2821) Geode User Guide: Add running heads with logo

2017-04-24 Thread Dave Barnes (JIRA)
Dave Barnes created GEODE-2821: -- Summary: Geode User Guide: Add running heads with logo Key: GEODE-2821 URL: https://issues.apache.org/jira/browse/GEODE-2821 Project: Geode Issue Type:

[jira] [Assigned] (GEODE-2821) Geode User Guide: Add running heads with logo

2017-04-24 Thread Dave Barnes (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Barnes reassigned GEODE-2821: -- Assignee: Dave Barnes > Geode User Guide: Add running heads with logo >

[jira] [Commented] (GEODE-2728) Client quickstarts: CMake for security fails to build library

2017-04-24 Thread Ernest Burghardt (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15981916#comment-15981916 ] Ernest Burghardt commented on GEODE-2728: - I believe that GEODE-2311 fixed this on the code side

[GitHub] geode pull request #442: AEQ being created before region

2017-04-24 Thread nabarunnag
Github user nabarunnag closed the pull request at: https://github.com/apache/geode/pull/442 --- 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 is

[jira] [Closed] (GEODE-2138) gfsh 'start' reports 'GemFire Version'

2017-04-24 Thread Dave Barnes (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Barnes closed GEODE-2138. -- Fixed Jan 2017. Time to close the JIRA ticket. > gfsh 'start' reports 'GemFire Version' >

[jira] [Resolved] (GEODE-2138) gfsh 'start' reports 'GemFire Version'

2017-04-24 Thread Dave Barnes (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Barnes resolved GEODE-2138. Resolution: Fixed Fix Version/s: 1.1.1 > gfsh 'start' reports 'GemFire Version' >

Re: AsyncInvocation usage in dunit tests

2017-04-24 Thread Bruce Schuchardt
I've started using it. It's a much better way to deal with AsyncInvocations. Don't forget that there is now a dunit blackboard that can be used to coordinate actions in AsyncInvocations. I've been using it to fix flaky test failures that use asyncs. I recently did that with

[jira] [Resolved] (GEODE-2809) Geode docs: Clarify SSL setup for client

2017-04-24 Thread Dave Barnes (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Barnes resolved GEODE-2809. Resolution: Fixed Fix Version/s: 1.2.0 > Geode docs: Clarify SSL setup for client >

[jira] [Updated] (GEODE-2820) QueryIndexUsingXMLDUnitTest.testCreateAsyncIndexWhileDoingGIIAndCompareQueryResults is disabled

2017-04-24 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund updated GEODE-2820: - Description: The test has an @Ignore annotation with value of "TODO: test is disabled because of #52167"

[jira] [Updated] (GEODE-2820) QueryIndexUsingXMLDUnitTest.testCreateAsyncIndexWhileDoingGIIAndCompareQueryResults is disabled

2017-04-24 Thread Kirk Lund (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirk Lund updated GEODE-2820: - Description: The test has an @Ignore annotation with value of "TODO: test is disabled because of #52167"

[jira] [Commented] (GEODE-2752) FixedPRSinglehopDUnitTest.test_FPAmetadataFetch fails on Jenkins

2017-04-24 Thread Bruce Schuchardt (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15981836#comment-15981836 ] Bruce Schuchardt commented on GEODE-2752: - The test creates two servers with a fixed partition

[jira] [Commented] (GEODE-2808) Deadlock in tomcat session module during session expiration

2017-04-24 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15981822#comment-15981822 ] ASF subversion and git services commented on GEODE-2808: Commit

[jira] [Commented] (GEODE-2097) Offheap persistent heapLRU regions can run out of offheap memory during recovery

2017-04-24 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15981823#comment-15981823 ] ASF subversion and git services commented on GEODE-2097: Commit

[jira] [Commented] (GEODE-2632) Integrated Security performance improvements

2017-04-24 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15981821#comment-15981821 ] ASF subversion and git services commented on GEODE-2632: Commit

[jira] [Resolved] (GEODE-1923) CI Failure: FixedPRSinglehopDUnitTest.test_FPAmetadataFetch

2017-04-24 Thread Bruce Schuchardt (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruce Schuchardt resolved GEODE-1923. - Resolution: Duplicate (was: Fixed) Assignee: (was: Galen O'Sullivan) A new

[jira] [Commented] (GEODE-516) GemFireDeadlockDetectorDUnitTest.testDistributedDeadlockWithFunction has NullPointerException

2017-04-24 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15981817#comment-15981817 ] ASF subversion and git services commented on GEODE-516: --- Commit

[jira] [Commented] (GEODE-2806) when batch is dispatched, if the bucket is not primary, we should still destroy the event from queue

2017-04-24 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15981818#comment-15981818 ] ASF subversion and git services commented on GEODE-2806: Commit

[jira] [Commented] (GEODE-576) CI Failure: GemFireDeadlockDetectorDUnitTest.testDistributedDeadlockWithFunction

2017-04-24 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15981816#comment-15981816 ] ASF subversion and git services commented on GEODE-576: --- Commit

[jira] [Commented] (GEODE-2799) ClassCastException: java.lang.Long cannot be cast to org.apache.geode.internal.cache.AbstractRegionEntry could occur in race condition

2017-04-24 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15981820#comment-15981820 ] ASF subversion and git services commented on GEODE-2799: Commit

[jira] [Commented] (GEODE-2632) Integrated Security performance improvements

2017-04-24 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15981819#comment-15981819 ] ASF subversion and git services commented on GEODE-2632: Commit

Re: Review Request 58682: GEODE-2662: Missing keys cause columns to shift in gfsh table display.

2017-04-24 Thread Patrick Rhomberg
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58682/ --- (Updated April 24, 2017, 8:06 p.m.) Review request for geode, Jinmei Liao,

Review Request 58682: GEODE-2662: Added unittests to capture failing behavior.

2017-04-24 Thread Patrick Rhomberg
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58682/ --- Review request for geode, Jinmei Liao, Jared Stewart, Ken Howe, Kirk Lund, and

AsyncInvocation usage in dunit tests

2017-04-24 Thread Kirk Lund
I'm updating a test and noticed that this test is using an old pattern for AsyncInvocation which made me realize that I may not have mentioned this before... AsyncInvocation has been updated to make it easier to use. Example: AsyncInvocation asyInvk1 =

[jira] [Updated] (GEODE-2654) Backups can capture different members from different points in time

2017-04-24 Thread Fred Krone (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fred Krone updated GEODE-2654: -- Labels: storage_2 (was: ) > Backups can capture different members from different points in time >

Passed: apache/geode-native#284 (GEODE-2814 - 1b93cd9)

2017-04-24 Thread Travis CI
Build Update for apache/geode-native - Build: #284 Status: Passed Duration: 27 minutes and 19 seconds Commit: 1b93cd9 (GEODE-2814) Author: Dick Cavender Message: GEODE-2814 Remove curl dependency from native client build Signed-off-by: Scott Jewell

[jira] [Commented] (GEODE-2809) Geode docs: Clarify SSL setup for client

2017-04-24 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15981714#comment-15981714 ] ASF subversion and git services commented on GEODE-2809: Commit

[GitHub] geode pull request #473: Geode docs: Clarify SSL setup for client

2017-04-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/geode/pull/473 --- 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 is

[jira] [Updated] (GEODE-1897) Users should be able to configure eviction through gfsh

2017-04-24 Thread Joey McAllister (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joey McAllister updated GEODE-1897: --- Component/s: docs > Users should be able to configure eviction through gfsh >

[jira] [Updated] (GEODE-2668) Add gfsh command to destroy gateway receiver

2017-04-24 Thread Joey McAllister (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joey McAllister updated GEODE-2668: --- Component/s: docs > Add gfsh command to destroy gateway receiver >

[jira] [Updated] (GEODE-2819) HTTP status code 414 is not documented

2017-04-24 Thread Joey McAllister (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joey McAllister updated GEODE-2819: --- Component/s: docs > HTTP status code 414 is not documented >

[jira] [Created] (GEODE-2819) HTTP status code 414 is not documented

2017-04-24 Thread Michael Dodge (JIRA)
Michael Dodge created GEODE-2819: Summary: HTTP status code 414 is not documented Key: GEODE-2819 URL: https://issues.apache.org/jira/browse/GEODE-2819 Project: Geode Issue Type: Bug

[jira] [Resolved] (GEODE-2767) Extend testing coverage of export logs

2017-04-24 Thread Patrick Rhomberg (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Rhomberg resolved GEODE-2767. - Resolution: Fixed Fix Version/s: 1.2.0 > Extend testing coverage of export logs >

[jira] [Commented] (GEODE-2816) Redundancy recovery must also kick in when redundancy recovery is set to 0

2017-04-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15981590#comment-15981590 ] ASF GitHub Bot commented on GEODE-2816: --- GitHub user nabarunnag opened a pull request:

[GitHub] geode pull request #476: GEODE-2816: Redundancy recovery inititiated even if...

2017-04-24 Thread nabarunnag
GitHub user nabarunnag opened a pull request: https://github.com/apache/geode/pull/476 GEODE-2816: Redundancy recovery inititiated even if redundancy set to 0 Potential reviewers @upthewaterspout @jhuynh1 @gesterzhou @boglesby @ladyVader You can merge this pull request into a

[jira] [Created] (GEODE-2818) add alias to any command's options that involves "group", "member", "jar"

2017-04-24 Thread Jinmei Liao (JIRA)
Jinmei Liao created GEODE-2818: -- Summary: add alias to any command's options that involves "group", "member", "jar" Key: GEODE-2818 URL: https://issues.apache.org/jira/browse/GEODE-2818 Project: Geode

[jira] [Created] (GEODE-2817) Have the function author determine what permissions the function execution requires

2017-04-24 Thread Jinmei Liao (JIRA)
Jinmei Liao created GEODE-2817: -- Summary: Have the function author determine what permissions the function execution requires Key: GEODE-2817 URL: https://issues.apache.org/jira/browse/GEODE-2817

[jira] [Updated] (GEODE-2815) Incorrect Error Message in REST API docs for {region}/{key} HTTP.GET command

2017-04-24 Thread Michael Martell (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Martell updated GEODE-2815: --- Affects Version/s: 1.2.0 1.1.1 Priority: Minor (was:

[jira] [Created] (GEODE-2816) Redundancy recovery must also kick in when redundancy recovery is set to 0

2017-04-24 Thread nabarun (JIRA)
nabarun created GEODE-2816: -- Summary: Redundancy recovery must also kick in when redundancy recovery is set to 0 Key: GEODE-2816 URL: https://issues.apache.org/jira/browse/GEODE-2816 Project: Geode

[jira] [Assigned] (GEODE-2816) Redundancy recovery must also kick in when redundancy recovery is set to 0

2017-04-24 Thread nabarun (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nabarun reassigned GEODE-2816: -- Assignee: nabarun > Redundancy recovery must also kick in when redundancy recovery is set to 0 >

[jira] [Commented] (GEODE-2814) Native client test framework uses Xerces which depends on Curl

2017-04-24 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15981562#comment-15981562 ] ASF subversion and git services commented on GEODE-2814: Commit

[jira] [Created] (GEODE-2815) Incorrect Error Message in REST API docs for {region}/{key} HTTP.GET command

2017-04-24 Thread Michael Martell (JIRA)
Michael Martell created GEODE-2815: -- Summary: Incorrect Error Message in REST API docs for {region}/{key} HTTP.GET command Key: GEODE-2815 URL: https://issues.apache.org/jira/browse/GEODE-2815

[jira] [Created] (GEODE-2814) Native client test framework uses Xerces which depends on Curl

2017-04-24 Thread Jens Deppe (JIRA)
Jens Deppe created GEODE-2814: - Summary: Native client test framework uses Xerces which depends on Curl Key: GEODE-2814 URL: https://issues.apache.org/jira/browse/GEODE-2814 Project: Geode

RE: 1.2.0 Release question

2017-04-24 Thread Dor Ben Dov
Thanks Anthony. Dor -Original Message- From: Anthony Baker [mailto:aba...@pivotal.io] Sent: יום ב 24 אפריל 2017 19:51 To: dev@geode.apache.org Subject: Re: 1.2.0 Release question Thanks for asking. I intend to restart the discussion this week. Anthony > On Apr 23, 2017, at 1:08 PM,

[jira] [Created] (GEODE-2813) Incorrect Error Message for REST API, Doc Doesn

2017-04-24 Thread Michael Martell (JIRA)
Michael Martell created GEODE-2813: -- Summary: Incorrect Error Message for REST API, Doc Doesn Key: GEODE-2813 URL: https://issues.apache.org/jira/browse/GEODE-2813 Project: Geode Issue

[jira] [Updated] (GEODE-2805) disk store backup may not include krf files for the oplogs it backs up

2017-04-24 Thread Fred Krone (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fred Krone updated GEODE-2805: -- Labels: storage_2 (was: ) > disk store backup may not include krf files for the oplogs it backs up >

[jira] [Updated] (GEODE-2811) Thread leak when offheap memory is configured

2017-04-24 Thread Fred Krone (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fred Krone updated GEODE-2811: -- Labels: storage_2 (was: ) > Thread leak when offheap memory is configured >

Re: 1.2.0 Release question

2017-04-24 Thread Anthony Baker
Thanks for asking. I intend to restart the discussion this week. Anthony > On Apr 23, 2017, at 1:08 PM, Dor Ben Dov wrote: > > Hi, > > When I it planned to release 1.2.0? > > Dor > This message and the information contained herein is proprietary and > confidential

[jira] [Resolved] (GEODE-2097) Offheap persistent heapLRU regions can run out of offheap memory during recovery

2017-04-24 Thread Darrel Schneider (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Darrel Schneider resolved GEODE-2097. - Resolution: Fixed > Offheap persistent heapLRU regions can run out of offheap memory

[jira] [Commented] (GEODE-2097) Offheap persistent heapLRU regions can run out of offheap memory during recovery

2017-04-24 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15981413#comment-15981413 ] ASF subversion and git services commented on GEODE-2097: Commit

Re: Review Request 58589: GEODE-1597: use Spring shell's parser and delete our own parsing code

2017-04-24 Thread Jinmei Liao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58589/ --- (Updated April 24, 2017, 3:24 p.m.) Review request for geode, Jared Stewart,

[jira] [Commented] (GEODE-2763) Remove of nonSingleHopsCount stat in client

2017-04-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15981305#comment-15981305 ] ASF GitHub Bot commented on GEODE-2763: --- Github user echobravopapa commented on the issue:

[GitHub] geode-native issue #90: GEODE-2763: Remove of nonSingleHopsCount stat in cli...

2017-04-24 Thread echobravopapa
Github user echobravopapa commented on the issue: https://github.com/apache/geode-native/pull/90 @ameybarve15 it is simpler to start with a fresh feature branch and follow what @pivotal-jbarrett suggests --- If your project is set up for it, you can reply to this email and have your