[jira] [Resolved] (GEODE-289) Remove deprecated LicenseException

2017-04-27 Thread Avinash Dongre (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Avinash Dongre resolved GEODE-289. -- Resolution: Fixed Fix Version/s: 1.2.0 > Remove deprecated LicenseException >

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

2017-04-27 Thread Avinash Dongre (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Avinash Dongre resolved GEODE-267. -- Resolution: Fixed Fix Version/s: 1.2.0 > Remove deprecated ThreadInterruptedException > --

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

2017-04-27 Thread Avinash Dongre (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Avinash Dongre resolved GEODE-260. -- Resolution: Fixed Fix Version/s: 1.2.0 > Remove deprecated RemoteTransactionException > --

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

2017-04-27 Thread Avinash Dongre (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Avinash Dongre resolved GEODE-255. -- Resolution: Fixed Fix Version/s: 1.2.0 > Remove deprecated DataSerializer.register(Class,b

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

2017-04-27 Thread Avinash Dongre (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Avinash Dongre resolved GEODE-266. -- Resolution: Fixed Fix Version/s: 1.2.0 > Remove deprecated ObjectSizerImpl > -

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

2017-04-27 Thread Avinash Dongre (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Avinash Dongre resolved GEODE-253. -- Resolution: Fixed Fix Version/s: 1.2.0 > Remove deprecated EntryNotFoundInRegion > ---

[jira] [Resolved] (GEODE-2723) remove "localCacheEnabled" dead code from PartitionedRegion

2017-04-27 Thread Avinash Dongre (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Avinash Dongre resolved GEODE-2723. --- Resolution: Fixed Fix Version/s: 1.2.0 > remove "localCacheEnabled" dead code from Part

[jira] [Commented] (GEODE-2723) remove "localCacheEnabled" dead code from PartitionedRegion

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

[jira] [Commented] (GEODE-2723) remove "localCacheEnabled" dead code from PartitionedRegion

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

[GitHub] geode pull request #440: GEODE-2723: Removed localCacheEnabled field, and as...

2017-04-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/geode/pull/440 --- 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: Client Commands and SecurityService

2017-04-27 Thread Jacob Barrett
+1 We are attempting the same on the non-Java clients too. -Jake On Mon, Apr 3, 2017 at 1:30 PM Kirk Lund wrote: > My primary goal is to defer instantiating the Command instances until after > the Cache has initialized Security. I then have several options for > handling Security within the C

Re: Simple Java Client

2017-04-27 Thread Jacob Barrett
The point to supporting standards is that if we have standard compliant apis we can also plug into other libraries without custom effort. Yes some effort is needed on the admin side but such is true for all the systems that implement JSR-107. The goal was to make the usage, not the administration,

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

2017-04-27 Thread metatype
Github user metatype commented on the issue: https://github.com/apache/geode-examples/pull/4 Added a cache loader example to test drive the approach. --- 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 no

Re: Review Request 58813: GEODE-2776 After region is updated with loader, the ClientEvent is set with current entry version tag

2017-04-27 Thread Darrel Schneider
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58813/#review173279 --- geode-core/src/main/java/org/apache/geode/internal/cache/Distribu

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

2017-04-27 Thread Spring CI
--- Spring Data GemFire > Nightly-ApacheGeode > #537 was successful (rerun 2 times). --- This build was rerun by John Blum. 1845 tests in total. https://build.sp

[Spring CI] Spring Data GemFire > Nightly-ApacheGeode > #537 has FAILED (1 tests failed)

2017-04-27 Thread Spring CI
--- Spring Data GemFire > Nightly-ApacheGeode > #537 failed (rerun once). --- This build was rerun by John Blum. 1/1845 tests failed. https://build.spring.io/bro

Re: Simple Java Client

2017-04-27 Thread Swapnil Bawaskar
We could have a simple wrapper around geode API for JSR-107, but I still don't see how this is helpful. I can read a book about JSR-107 and try to use geode, but then I wanted to create a PartitionedRegion in Geode, the book didn't tell me anything about that (since it is implementation specific),

[jira] [Assigned] (GEODE-2837) Start server fails if specified `--dir` does not exist

2017-04-27 Thread Jared Stewart (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jared Stewart reassigned GEODE-2837: Assignee: Jared Stewart > Start server fails if specified `--dir` does not exist >

[jira] [Created] (GEODE-2837) Start server fails if specified `--dir` does not exist

2017-04-27 Thread Jared Stewart (JIRA)
Jared Stewart created GEODE-2837: Summary: Start server fails if specified `--dir` does not exist Key: GEODE-2837 URL: https://issues.apache.org/jira/browse/GEODE-2837 Project: Geode Issue Ty

[Spring CI] Spring Data GemFire > Nightly-ApacheGeode > #537 has FAILED (1 tests failed)

2017-04-27 Thread Spring CI
--- Spring Data GemFire > Nightly-ApacheGeode > #537 failed. --- Scheduled 1/1845 tests failed. https://build.spring.io/browse/SGF-NAG-537/

[jira] [Assigned] (GEODE-2836) CacheLoader should extend Declarable

2017-04-27 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker reassigned GEODE-2836: Assignee: Jinmei Liao > CacheLoader should extend Declarable >

[jira] [Created] (GEODE-2836) CacheLoader should extend Declarable

2017-04-27 Thread Anthony Baker (JIRA)
Anthony Baker created GEODE-2836: Summary: CacheLoader should extend Declarable Key: GEODE-2836 URL: https://issues.apache.org/jira/browse/GEODE-2836 Project: Geode Issue Type: Improvement

[jira] [Created] (GEODE-2835) Autoboxing unsigned primitives in .NET results in stack overflow.

2017-04-27 Thread Jacob S. Barrett (JIRA)
Jacob S. Barrett created GEODE-2835: --- Summary: Autoboxing unsigned primitives in .NET results in stack overflow. Key: GEODE-2835 URL: https://issues.apache.org/jira/browse/GEODE-2835 Project: Geode

[jira] [Updated] (GEODE-2661) CacheListener gets invoked when an non-existent entry is removed using removeAll

2017-04-27 Thread Anilkumar Gingade (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anilkumar Gingade updated GEODE-2661: - Description: When a non-existing entry is removed using removeAll from PartitionedRegion

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

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

Re: Simple Java Client

2017-04-27 Thread Kirk Lund
"geode-client-api.jar" (not ai) On Thu, Apr 27, 2017 at 2:20 PM, Kirk Lund wrote: > Different module or different repo is same thing I'm suggesting. Make it > separate and independent such that a Client can be compiled only with > geode-client-ai.jar. > > On Wed, Apr 26, 2017 at 4:52 PM, Bruce S

Re: Simple Java Client

2017-04-27 Thread Kirk Lund
Different module or different repo is same thing I'm suggesting. Make it separate and independent such that a Client can be compiled only with geode-client-ai.jar. On Wed, Apr 26, 2017 at 4:52 PM, Bruce Schuchardt wrote: > I don't think we should mix the old client code with a new API. We shoul

[jira] [Created] (GEODE-2834) Query with WHERE clause unable to return values that include single-quotes inside strings

2017-04-27 Thread Michael Dodge (JIRA)
Michael Dodge created GEODE-2834: Summary: Query with WHERE clause unable to return values that include single-quotes inside strings Key: GEODE-2834 URL: https://issues.apache.org/jira/browse/GEODE-2834

Re: Simple Java Client

2017-04-27 Thread Mark Bretl
A little late to the party...a great thread for discussing options and there is nothing 'simple' about it ;) I agree with Jake to follow closer to industry protocols and standards rather than creating our own. If we want to grow and sustain the Geode community, adding 'features' which integrate wi

[jira] [Commented] (GEODE-2833) IPdxSerializable objects don't deserialize after custom PdxSerializer is registered.

2017-04-27 Thread Jacob S. Barrett (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15987659#comment-15987659 ] Jacob S. Barrett commented on GEODE-2833: - See clicache/Serializable.cpp:getPdxTyp

[jira] [Created] (GEODE-2833) IPdxSerializable objects don't deserialize after custom PdxSerializer is registered.

2017-04-27 Thread Jacob S. Barrett (JIRA)
Jacob S. Barrett created GEODE-2833: --- Summary: IPdxSerializable objects don't deserialize after custom PdxSerializer is registered. Key: GEODE-2833 URL: https://issues.apache.org/jira/browse/GEODE-2833

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

2017-04-27 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=15987651#comment-15987651 ] ASF subversion and git services commented on GEODE-2632: Commit f1

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

2017-04-27 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=15987634#comment-15987634 ] ASF subversion and git services commented on GEODE-2632: Commit a4

Re: Build failed in Jenkins: Geode-nightly #817

2017-04-27 Thread Mark Bretl
I have added an exclude for any machines with the 'couchdb' label and restarted the nightly build. --Mark On Thu, Apr 27, 2017 at 1:05 PM, Apache Jenkins Server < jenk...@builds.apache.org> wrote: > See > > --

Re: Finer grained security

2017-04-27 Thread John Blum
+1 to Jake's comments, and is a fundamental property of Java's security internally. On Thu, Apr 27, 2017 at 1:09 PM, Jacob Barrett wrote: > Typical solution to the X service needs to create something it service Y > where user has permission to X but not to Y is to treat the actions on Y > perfor

[jira] [Commented] (GEODE-1597) gfsh parameters are not validated

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

Re: Finer grained security

2017-04-27 Thread Jacob Barrett
Typical solution to the X service needs to create something it service Y where user has permission to X but not to Y is to treat the actions on Y performed by X to be trusted. Often I have seen this implemented such that after asserting permission on "create" on X that X performs actions on Y as a

Build failed in Jenkins: Geode-nightly #817

2017-04-27 Thread Apache Jenkins Server
See -- Started by timer [EnvInject] - Loading node environment variables. Building remotely on couchdb-macos1 (couchdb) in workspace java.io

[jira] [Updated] (GEODE-2642) Sometime client doesn't ping server in ping-interval

2017-04-27 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra updated GEODE-2642: --- Fix Version/s: 1.2.0 > Sometime client doesn't ping server in ping-interval >

[jira] [Resolved] (GEODE-2642) Sometime client doesn't ping server in ping-interval

2017-04-27 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hitesh Khamesra resolved GEODE-2642. Resolution: Fixed > Sometime client doesn't ping server in ping-interval > -

Fwd: ASF Board Report for Geode - Initial Reminder for May 2017

2017-04-27 Thread Mark Bretl
Hi Everyone, Amazing how three months goes by so fast! We are approaching six months since our TLP graduation and its time for another board report. Do we have any volunteers to create a draft? No need to be a PMC member either, anyone can be involved with writing the report. There is a template

Review Request 58813: GEODE-2776 After region is updated with loader, the ClientEvent is set with current entry version tag

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

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

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

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

2017-04-27 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=15987258#comment-15987258 ] ASF subversion and git services commented on GEODE-2801: Commit c9

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

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

Re: Finer grained security

2017-04-27 Thread Michael Stolz
We have seen users who need per-Region permission for Data read/write, so there is precedent there at least. -- Mike Stolz Principal Engineer, GemFire Product Manager Mobile: +1-631-835-4771 On Thu, Apr 27, 2017 at 2:11 PM, pulkit chandra wrote: > For per instance permission, I would say look f

[jira] [Commented] (GEODE-2723) remove "localCacheEnabled" dead code from PartitionedRegion

2017-04-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15987222#comment-15987222 ] ASF GitHub Bot commented on GEODE-2723: --- Github user dschneider-pivotal commented on

[GitHub] geode issue #440: GEODE-2723: Removed localCacheEnabled field, and associate...

2017-04-27 Thread dschneider-pivotal
Github user dschneider-pivotal commented on the issue: https://github.com/apache/geode/pull/440 Looks 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 and wi

[jira] [Updated] (GEODE-2786) CI failure: DiskSpaceLimitIntegrationTest.aboveZeroDeletesPreviousFiles_nameWithHyphen

2017-04-27 Thread Darrel Schneider (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Darrel Schneider updated GEODE-2786: Component/s: (was: persistence) management > CI failure: > DiskSpaceLi

Re: Finer grained security

2017-04-27 Thread pulkit chandra
For per instance permission, I would say look for the evidence. Do we have evidence that customers want per instance permission? If not may be implement minimally in the first cut and validate with customers if they want per instance model? About Lucene concern, It is in fact good to provide permi

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

2017-04-27 Thread Darrel Schneider (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Darrel Schneider updated GEODE-2811: Affects Version/s: 1.0.0-incubating 1.1.0 1.1.1

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

2017-04-27 Thread Darrel Schneider (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Darrel Schneider resolved GEODE-2811. - Resolution: Fixed Fix Version/s: 1.2.0 > Thread leak when offheap memory is configu

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

2017-04-27 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=15987183#comment-15987183 ] ASF subversion and git services commented on GEODE-2811: Commit be

[jira] [Updated] (GEODE-2554) Geode incubator docs are still up

2017-04-27 Thread Joey McAllister (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joey McAllister updated GEODE-2554: --- Priority: Minor (was: Major) > Geode incubator docs are still up > --

Re: Review Request 58742: GEODE-2632: minor fixes from code review

2017-04-27 Thread Ken Howe
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58742/#review173224 --- Ship it! Ship It! - Ken Howe On April 26, 2017, 5:17 p.m., K

[jira] [Commented] (GEODE-2802) TombstoneMessage can throw SerializationException when region is configured as persistent and non-persistent in cluster (in different nodes).

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

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

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

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

2017-04-27 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=15987086#comment-15987086 ] ASF subversion and git services commented on GEODE-2632: Commit b2

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

2017-04-27 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=15987085#comment-15987085 ] ASF subversion and git services commented on GEODE-2632: Commit e2

[jira] [Commented] (GEODE-2689) If a region containing a Lucene index is created in one group and altered in another, a member in the other group will fail to start

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

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

2017-04-27 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=15987090#comment-15987090 ] ASF subversion and git services commented on GEODE-2801: Commit 00

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

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

[jira] [Commented] (GEODE-2681) Gfsh show missing-disk-stores command hangs when server is waiting for disk stores

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

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

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

[jira] [Commented] (GEODE-2723) remove "localCacheEnabled" dead code from PartitionedRegion

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

[GitHub] geode issue #440: GEODE-2723: Removed localCacheEnabled field, and associate...

2017-04-27 Thread davinash
Github user davinash commented on the issue: https://github.com/apache/geode/pull/440 Is this ok 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 and wishes so,

[jira] [Commented] (GEODE-2832) Fixing the link of README.md

2017-04-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15986984#comment-15986984 ] ASF GitHub Bot commented on GEODE-2832: --- GitHub user masaki-yamakawa opened a pull r

[GitHub] geode-native pull request #95: GEODE-2832: Fixing the link of README.md

2017-04-27 Thread masaki-yamakawa
GitHub user masaki-yamakawa opened a pull request: https://github.com/apache/geode-native/pull/95 GEODE-2832: Fixing the link of README.md Fixed an error in Markdown link notation of README.md. - Delete the space between the display name and the destination URL. - Fixed link

Re: Review Request 58751: GEODE-2632: make GemFireCacheImpl.getRegion(String) non-final

2017-04-27 Thread Ken Howe
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58751/#review173213 --- Ship it! Ship It! - Ken Howe On April 26, 2017, 8:54 p.m., K

[jira] [Created] (GEODE-2832) Fixing the link of README.md

2017-04-27 Thread Masaki Yamakawa (JIRA)
Masaki Yamakawa created GEODE-2832: -- Summary: Fixing the link of README.md Key: GEODE-2832 URL: https://issues.apache.org/jira/browse/GEODE-2832 Project: Geode Issue Type: Bug Comp

Re: Review Request 58751: GEODE-2632: make GemFireCacheImpl.getRegion(String) non-final

2017-04-27 Thread Barry Oglesby
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/58751/#review173210 --- Ship it! Ship It! - Barry Oglesby On April 26, 2017, 8:54 p.

Build failed in Jenkins: Geode-nightly #816

2017-04-27 Thread Apache Jenkins Server
See -- Started by timer [EnvInject] - Loading node environment variables. Building remotely on couchdb-macos1 (couchdb) in workspace java.io

[GitHub] geode pull request #479: GEODE-2828: AEQ created before the user region

2017-04-27 Thread nabarunnag
Github user nabarunnag commented on a diff in the pull request: https://github.com/apache/geode/pull/479#discussion_r113630780 --- Diff: geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal/LuceneEventListener.java --- @@ -53,6 +54,8 @@ Logger logger = LogServi

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

2017-04-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15986147#comment-15986147 ] ASF GitHub Bot commented on GEODE-2828: --- Github user nabarunnag commented on a diff

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

2017-04-27 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15986145#comment-15986145 ] ASF GitHub Bot commented on GEODE-2828: --- Github user nabarunnag commented on a diff

[GitHub] geode pull request #479: GEODE-2828: AEQ created before the user region

2017-04-27 Thread nabarunnag
Github user nabarunnag commented on a diff in the pull request: https://github.com/apache/geode/pull/479#discussion_r113630711 --- Diff: geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal/LuceneServiceImpl.java --- @@ -166,28 +166,28 @@ public void createIndex(final