[GitHub] geode-examples issue #4: Updating and simplifying examples

2017-04-25 Thread metatype
Github user metatype commented on the issue: https://github.com/apache/geode-examples/pull/4 Here's a possible unit test. It mocks the Geode API (lol), invokes the Example, and checks `System.out` . ```java package org.apache.geode.examples.replicated; import sta

Re: Simple Java Client

2017-04-25 Thread Jacob Barrett
Java and its community have standards for all of these issue so why re-invent the wheel. The market doesn't want proprietary anymore, they want standards and mobility. Configuration of the server should happen through MBeans. You can wrap that in gfsh for command line, REST for remote web based ad

Re: Simple Java Client

2017-04-25 Thread John Blum
For clarification, the Management REST API [1] is not the Developer REST API [2]. These are 2 separate/different thin

Re: Simple Java Client

2017-04-25 Thread Wes Williams
A couple of points to interact with John's points. GFSH as API We agree that GFSH is a DSL, and a really good and useful one. We agree that we don't want our API tied to GFSH syntax. I view the valuable part of GemFire admin as the Java code underneath GFSH, or the "Commands." For example, to cr

[jira] [Created] (GEODE-2828) AEQ needs to be created before the user region

2017-04-25 Thread nabarun (JIRA)
nabarun created GEODE-2828: -- Summary: AEQ needs to be created before the user region Key: GEODE-2828 URL: https://issues.apache.org/jira/browse/GEODE-2828 Project: Geode Issue Type: Bug Co

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

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

Re: Review Request 58722: fix thread leak when off-heap is configured

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

[jira] [Commented] (GEODE-258) Remove deprecated Cache.getLoggerI18n and getSecurityLoggerI18n methods

2017-04-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15983949#comment-15983949 ] ASF GitHub Bot commented on GEODE-258: -- Github user upthewaterspout commented on the i

[GitHub] geode issue #467: GEODE-258: Remove deprecated Cache.getLoggerI18n and getSe...

2017-04-25 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/467 I'm not quite sure about this one. LogWriter and LoggerI18n are also deprecated. I believe they were deprecated because geode is now using log4j2. @dschneider-pivotal - It looks like

[jira] [Commented] (GEODE-253) Remove deprecated EntryNotFoundInRegion

2017-04-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15983910#comment-15983910 ] ASF GitHub Bot commented on GEODE-253: -- Github user upthewaterspout commented on the i

[jira] [Commented] (GEODE-255) Remove deprecated DataSerializer.register(Class,byte)

2017-04-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15983909#comment-15983909 ] ASF GitHub Bot commented on GEODE-255: -- Github user upthewaterspout commented on the i

[GitHub] geode issue #465: GEODE-253: Removed depreated and not used EntryNotFoundInR...

2017-04-25 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/465 I think it's good to merge! --- 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 a

[GitHub] geode issue #466: GEODE-255: Removed deprecated DataSerializer.register(Clas...

2017-04-25 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/466 I think it's good to merge! --- 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 a

[GitHub] geode issue #468: GEODE-260: Remove deprecated RemoteTransactionException

2017-04-25 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/468 I think it's good to merge. --- 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 a

[jira] [Commented] (GEODE-260) Remove deprecated RemoteTransactionException

2017-04-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15983906#comment-15983906 ] ASF GitHub Bot commented on GEODE-260: -- Github user upthewaterspout commented on the i

[GitHub] geode issue #469: GEODE-266: Remove the deprecated ObjectSizerImpl class

2017-04-25 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/469 I think it's good to merge. --- 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 a

[jira] [Commented] (GEODE-266) Remove deprecated ObjectSizerImpl

2017-04-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15983900#comment-15983900 ] ASF GitHub Bot commented on GEODE-266: -- Github user upthewaterspout commented on the i

Re: Review Request 58712: GEODE-2632: partial cleanup of GemFireCacheImpl

2017-04-25 Thread Kirk Lund
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58712/ --- (Updated April 26, 2017, 12:26 a.m.) Review request for geode, Darrel Schneider

[GitHub] geode-examples pull request #4: Updating and simplifying examples

2017-04-25 Thread markito
Github user markito commented on a diff in the pull request: https://github.com/apache/geode-examples/pull/4#discussion_r113340583 --- Diff: README.md --- @@ -17,29 +17,59 @@ limitations under the License. [https://geode.apache.org/img/apache_geode_logo.png"; align="cent

[jira] [Resolved] (GEODE-2780) Typo in client CONTRIBUTING.md file CMake 4.3 should be CMake 3.4

2017-04-25 Thread Dave Barnes (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Barnes resolved GEODE-2780. Resolution: Fixed Fix Version/s: 1.2.0 > Typo in client CONTRIBUTING.md file CMake 4.3 should

[jira] [Resolved] (GEODE-2782) Test framework: Thrift

2017-04-25 Thread Addison (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Addison resolved GEODE-2782. Resolution: Fixed This work has been completed and the findings are in the proposals wiki. > Test framework

[jira] [Resolved] (GEODE-2783) Test framework: Avro

2017-04-25 Thread Addison (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Addison resolved GEODE-2783. Resolution: Fixed This work has been completed and the findings are in the proposal's wiki. > Test framewor

Re: Review Request 58712: GEODE-2632: partial cleanup of GemFireCacheImpl

2017-04-25 Thread Jared Stewart
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58712/#review173004 --- Ship it! Ship It! - Jared Stewart On April 25, 2017, 11:29 p

[jira] [Resolved] (GEODE-2710) Geode client docs: Update QuickStarts section

2017-04-25 Thread Dave Barnes (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Barnes resolved GEODE-2710. Resolution: Fixed Fix Version/s: 1.2.0 Docs match implementation to the extent possible at th

Re: Review Request 58712: GEODE-2632: partial cleanup of GemFireCacheImpl

2017-04-25 Thread Kirk Lund
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58712/ --- (Updated April 25, 2017, 11:29 p.m.) Review request for geode, Darrel Schneider

Re: Review Request 58712: GEODE-2632: partial cleanup of GemFireCacheImpl

2017-04-25 Thread Kirk Lund
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58712/ --- (Updated April 25, 2017, 11:27 p.m.) Review request for geode, Darrel Schneider

[GitHub] geode-examples issue #4: Updating and simplifying examples

2017-04-25 Thread metatype
Github user metatype commented on the issue: https://github.com/apache/geode-examples/pull/4 @upthewaterspout Thanks for giving this a test drive! Lombok requires an IDE plugin. I like it because it removes a lot of boilerplate code but it's probably to "magical" for an examp

Re: Review Request 58712: GEODE-2632: partial cleanup of GemFireCacheImpl

2017-04-25 Thread Kirk Lund
> On April 25, 2017, 9:05 p.m., Jared Stewart wrote: > > geode-core/src/main/java/org/apache/geode/cache/Cache.java > > Line 390 (original), 387 (patched) > > > > > > This method appears to be unused. That's actuall

Re: Review Request 58712: GEODE-2632: partial cleanup of GemFireCacheImpl

2017-04-25 Thread Kirk Lund
> On April 25, 2017, 8:42 p.m., Patrick Rhomberg wrote: > > geode-core/src/main/java/org/apache/geode/internal/cache/GemFireCacheImpl.java > > Lines 2804-2811 (original), 2600-2607 (patched) > > > > > > Here and thr

[jira] [Updated] (GEODE-2826) Client docs - Delta Propagation API, correct .NET namespace notation

2017-04-25 Thread Dave Barnes (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Barnes updated GEODE-2826: --- Description: Reported by [~karensmolermiller]: file delta-propagation/delta-propagation-api.html The n

[jira] [Updated] (GEODE-2826) Client docs - Delta Propagation API, correct .NET namespace notation

2017-04-25 Thread Dave Barnes (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Barnes updated GEODE-2826: --- Description: Reported by [~karensmolermiller]: file delta-propagation/delta-propagation-api.html The n

[jira] [Commented] (GEODE-2109) calling submit on ExecutionService can cause exceptions to be lost

2017-04-25 Thread Darrel Schneider (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15983799#comment-15983799 ] Darrel Schneider commented on GEODE-2109: - I found some additional calls to "submi

[GitHub] geode-examples issue #4: Updating and simplifying examples

2017-04-25 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode-examples/pull/4 Is lombok supposed to work in my IDE without installing a plugin? For me this code has compile errors in intellij. I like the fact that you got rid of the shell scripts in favor

Re: Simple Java Client

2017-04-25 Thread Fred Krone
I agree with John's points here -- and, by extension, Dan's points. :) On Tue, Apr 25, 2017 at 4:00 PM, John Blum wrote: > > *Naming convention: Geode's region is a Cache in JSR-107, and Geode's > Cache is a CacheManager. I think it would be too confusing to change the > meaning of cache. Also,

Re: Simple Java Client

2017-04-25 Thread Fred Krone
Good feedback. This would use the new protocol. I should have mentioned that. The original driver for this was the Region API needs either an update or an alternative. Updating has a few drawbacks: Region wasn't designed with open source in-mind and as Swap mentioned it is naturally tightly cou

Re: Simple Java Client

2017-04-25 Thread John Blum
> *Naming convention: Geode's region is a Cache in JSR-107, and Geode's Cache is a CacheManager. I think it would be too confusing to change the meaning of cache. Also, how do you document this given that Cache means different things if you are talking JCache vs Geode.* Perhaps something similar t

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

2017-04-25 Thread Jared Stewart
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58682/#review172993 --- geode-core/src/main/java/org/apache/geode/management/internal/cli

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

2017-04-25 Thread Spring CI
--- Spring Data GemFire > Nightly-ApacheGeode > #535 was successful. --- Scheduled 1845 tests in total. https://build.spring.io/browse/SGF-NAG-535/ -- This

Review Request 58722: fix thread leak when off-heap is configured

2017-04-25 Thread Darrel Schneider
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58722/ --- Review request for geode, anilkumar gingade, Eric Shu, and Lynn Gallinat. Bugs:

Re: Simple Java Client

2017-04-25 Thread Swapnil Bawaskar
I had looked at the JCache in the past and here are some of the things I noted: Naming convention: Geode's region is a Cache in JSR-107, and Geode's Cache is a CacheManager. I think it would be too confusing to change the meaning of cache. Also, how do you document this given that Cache means diff

Re: Simple Java Client

2017-04-25 Thread Anilkumar Gingade
Agree with Dan... If we are trying to come-up with APIs that is useful for PCF, probably what Wes has (wrapper around gfsh) approach may suffice... As Dan was suggesting we should have generic approach (pcf and non-pcf users); and many of the things can be accomplished by using existing code-base

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

2017-04-25 Thread Lynn Gallinat (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lynn Gallinat resolved GEODE-2398. -- Resolution: Fixed > Sporadic Oplog corruption due to channel.write failure > ---

Re: Finer grained security

2017-04-25 Thread Jinmei Liao
DATA:*:RegionA would allow you to only operate that region but not all of them. if we want to control a specific wan, maybe we add a fourth parameter: cluster:*:wan:wanName, same goes for Disk etc. On Tue, Apr 25, 2017 at 3:03 PM, Jacob Barrett wrote: > Think further, what about the team that a

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

2017-04-25 Thread Lynn Gallinat (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lynn Gallinat reassigned GEODE-2398: Assignee: Lynn Gallinat (was: Anilkumar Gingade) > Sporadic Oplog corruption due to channe

Re: Finer grained security

2017-04-25 Thread Jacob Barrett
Think further, what about the team that ask that I be able to mange a region not all regions, or a wan not all wan. It may be time to think about a full per instance / named resource based security model. On Tue, Apr 25, 2017 at 2:59 PM Jared Stewart wrote: > +1 > > I think it would also be a go

Re: Finer grained security

2017-04-25 Thread Jared Stewart
+1 I think it would also be a good idea to move the current operations permitted by CLUSTER:MANAGE ( stop server, alter runtime, etc) to require the more specific CLUSTER:MANAGE:MEMBER in order to avoid ambiguity. (This is not a breaking change since CLUSTER:MANAGE implies CLUSTER:MANAGE:MEMB

Review Request 58721: GEODE-1597: use Spring shell's parser and delete our own parsing code -- review changes

2017-04-25 Thread Jinmei Liao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58721/ --- Review request for geode. Repository: geode Description --- GEODE-1597:

Re: Simple Java Client

2017-04-25 Thread Dan Smith
What transport are you planning on using? REST, or the current binary protocol? Or is this just a wrapper around the existing java client APIs? If this about creating a new API, I agree with what John is saying that we need reduce the number of APIs we have to do the same thing in java. It seems e

Finer grained security

2017-04-25 Thread Swapnil Bawaskar
In our current security model, a user with DATA:MANAGE can create regions, create disk stores, WAN gateways etc. I think this is a very wide scope, because an administrator may want to give create region privilege to a developer, but not necessarily give them the ability to create disk stores or se

Re: Review Request 58518: GEODE-2795: Clean up DUnit VMs after dynamically changing 'user.dir'

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

Re: apache geode jira edit permissions

2017-04-25 Thread Kirk Lund
You should be able to now! Let me know if you still can't assign/resolve/edit. On Tue, Apr 25, 2017 at 2:25 PM, Lynn Gallinat wrote: > I'm unable to assign or resolve issues in geode jira. > > My username is lgallinat > > > > -- >

Re: Review Request 58518: GEODE-2795: Clean up DUnit VMs after dynamically changing 'user.dir'

2017-04-25 Thread Jinmei Liao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58518/#review172985 --- Ship it! Ship It! - Jinmei Liao On April 25, 2017, 6:20 p.m.

apache geode jira edit permissions

2017-04-25 Thread Lynn Gallinat
I'm unable to assign or resolve issues in geode jira. My username is lgallinat --

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

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

Re: Review Request 58518: GEODE-2795: Clean up DUnit VMs after dynamically changing 'user.dir'

2017-04-25 Thread Kirk Lund
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58518/#review172981 --- Fix it, then Ship it! Fix and Ship! geode-core/src/test/java/

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

2017-04-25 Thread Jinmei Liao
> On April 25, 2017, 5:43 p.m., Kirk Lund wrote: > > geode-core/src/main/java/org/apache/geode/management/internal/cli/commands/ShellCommands.java > > Lines 238 (patched) > > > > > > Insert one line above the throw t

Re: Review Request 58238: GEODE-2756: Do not put security-* properties in the env.

2017-04-25 Thread Kirk Lund
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58238/#review172978 --- Fix it, then Ship it! Fix and Ship! geode-web/src/test/java/o

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

2017-04-25 Thread Kirk Lund
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58682/#review172973 --- I left "Open an Issue" unchecked for several of these comments whi

Re: Review Request 58712: GEODE-2632: partial cleanup of GemFireCacheImpl

2017-04-25 Thread Jared Stewart
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58712/#review172967 --- geode-core/src/main/java/org/apache/geode/cache/Cache.java Line 3

Re: Review Request 58238: GEODE-2756: Do not put security-* properties in the env.

2017-04-25 Thread Patrick Rhomberg
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58238/#review172976 --- Ship it! Ship It! - Patrick Rhomberg On April 6, 2017, 9:12

Re: Review Request 58388: GEODE-2730: refactor rules

2017-04-25 Thread Patrick Rhomberg
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58388/#review172975 --- Ship it! Ship It! - Patrick Rhomberg On April 13, 2017, 10:1

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

2017-04-25 Thread Darrel Schneider
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58599/#review172974 --- Ship it! Ship It! - Darrel Schneider On April 24, 2017, 6:46

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

2017-04-25 Thread Spring CI
--- Spring Data GemFire > Nightly-ApacheGeode > #534 was successful (rerun once). --- This build was rerun by John Blum. 1845 tests in total. https://build.sprin

[GitHub] geode-examples pull request #4: Updating and simplifying examples

2017-04-25 Thread metatype
Github user metatype commented on a diff in the pull request: https://github.com/apache/geode-examples/pull/4#discussion_r113305384 --- Diff: README.md --- @@ -17,29 +17,59 @@ limitations under the License. [https://geode.apache.org/img/apache_geode_logo.png"; align="cen

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

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

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

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

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

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

Re: Review Request 58712: GEODE-2632: partial cleanup of GemFireCacheImpl

2017-04-25 Thread Patrick Rhomberg
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58712/#review172966 --- geode-core/src/main/java/org/apache/geode/internal/cache/GemFireC

[jira] [Commented] (GEODE-2826) Client docs - Delta Propagation API, correct .NET namespace notation

2017-04-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15983578#comment-15983578 ] ASF GitHub Bot commented on GEODE-2826: --- GitHub user davebarnes97 opened a pull requ

[GitHub] geode-native pull request #94: GEODE-2826: Client docs - Delta Propagation A...

2017-04-25 Thread davebarnes97
GitHub user davebarnes97 opened a pull request: https://github.com/apache/geode-native/pull/94 GEODE-2826: Client docs - Delta Propagation API, correct .NET namespa… …ce notation For .NET API, use "." separator instead of "::" You can merge this pull request into a Git

[jira] [Created] (GEODE-2827) ClientCacheFactory might ignore a provided PoolFactory

2017-04-25 Thread Kirk Lund (JIRA)
Kirk Lund created GEODE-2827: Summary: ClientCacheFactory might ignore a provided PoolFactory Key: GEODE-2827 URL: https://issues.apache.org/jira/browse/GEODE-2827 Project: Geode Issue Type: Bug

[jira] [Updated] (GEODE-2826) Client docs - Delta Propagation API, correct .NET namespace notation

2017-04-25 Thread Dave Barnes (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Barnes updated GEODE-2826: --- Priority: Minor (was: Major) > Client docs - Delta Propagation API, correct .NET namespace notation >

[jira] [Assigned] (GEODE-2826) Client docs - Delta Propagation API, correct .NET namespace notation

2017-04-25 Thread Dave Barnes (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Barnes reassigned GEODE-2826: -- Assignee: Dave Barnes > Client docs - Delta Propagation API, correct .NET namespace notation >

[jira] [Created] (GEODE-2826) Client docs - Delta Propagation API, correct .NET namespace notation

2017-04-25 Thread Dave Barnes (JIRA)
Dave Barnes created GEODE-2826: -- Summary: Client docs - Delta Propagation API, correct .NET namespace notation Key: GEODE-2826 URL: https://issues.apache.org/jira/browse/GEODE-2826 Project: Geode

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

2017-04-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15983529#comment-15983529 ] ASF GitHub Bot commented on GEODE-2821: --- GitHub user davebarnes97 opened a pull requ

[GitHub] geode pull request #478: GEODE-2821 - Geode User Guide: Add running heads wi...

2017-04-25 Thread davebarnes97
GitHub user davebarnes97 opened a pull request: https://github.com/apache/geode/pull/478 GEODE-2821 - Geode User Guide: Add running heads with logo Adds Logo and a link to the Geode release notes on the Confluence Wiki. BEFORE: ![screenshotnologo](https://cloud.githubus

Broken: apache/geode-native#286 (develop - 297c8f8)

2017-04-25 Thread Travis CI
Build Update for apache/geode-native - Build: #286 Status: Broken Duration: 4 minutes and 34 seconds Commit: 297c8f8 (develop) Author: Dave Barnes Message: GEODE-2513 Unbranding docs: Added Geode logos to doc headers View the changeset: https://github.com/apa

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

2017-04-25 Thread Patrick Rhomberg
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58589/#review172962 --- geode-core/src/main/java/org/apache/geode/management/internal/cli

Re: Simple Java Client

2017-04-25 Thread John Blum
Hi Fred- As an FYI, sometime ago now so I don't recall all the details, but I have had several users/community developers ask me (online, @conferences, etc) when/if ever Geode was considering implementing the *JCache* API. I definitely think there is value in doing so. One of the major concerns

[jira] [Commented] (GEODE-2513) Geode Native docs: rebrand to match open-source software

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

[GitHub] geode-examples pull request #4: Updating and simplifying examples

2017-04-25 Thread markito
Github user markito commented on a diff in the pull request: https://github.com/apache/geode-examples/pull/4#discussion_r113288667 --- Diff: README.md --- @@ -17,29 +17,59 @@ limitations under the License. [https://geode.apache.org/img/apache_geode_logo.png"; align="cent

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

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

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

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

[jira] [Commented] (GEODE-2801) disk store backup can fail with ArrayIndexOutOfBoundsException

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

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

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

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

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

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

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

[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-25 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15983406#comment-15983406 ] ASF subversion and git services commented on GEODE-2799: Commit 60

[jira] [Commented] (GEODE-728) Rename Execution.withArgs to Execution.setArguments

2017-04-25 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15983400#comment-15983400 ] ASF subversion and git services commented on GEODE-728: --- Commit 5891e

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

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

[jira] [Commented] (GEODE-2796) NPE in ClassPathLoader

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

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

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

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

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

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

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

[jira] [Created] (GEODE-2825) Lucene query may stackoverflow if enough function execution retries are executed

2017-04-25 Thread Jason Huynh (JIRA)
Jason Huynh created GEODE-2825: -- Summary: Lucene query may stackoverflow if enough function execution retries are executed Key: GEODE-2825 URL: https://issues.apache.org/jira/browse/GEODE-2825 Project: G

Re: Review Request 58518: GEODE-2795: Clean up DUnit VMs after dynamically changing 'user.dir'

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

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

2017-04-25 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15983360#comment-15983360 ] ASF GitHub Bot commented on GEODE-2398: --- Github user lgallinat commented on the issu

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

2017-04-25 Thread lgallinat
Github user lgallinat commented on the issue: https://github.com/apache/geode/pull/477 Anil, I have made your suggested change and pushed it to the feature branch. --- 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 p

Hashing Methods and its Implications on Query Processing

2017-04-25 Thread Jared Stewart
There was an interesting paper on the tradeoffs of different hash table implementations as applied to Query Processing today on Hacker News: http://www.vldb.org/pvldb/vol9/p96-richter.pdf

[jira] [Commented] (GEODE-267) Remove deprecated ThreadInterruptedException

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

  1   2   >