docker

2017-01-17 Thread Dor Ben Dov
Hi, Any plans to put Apache Geode in docker hub ? Regards, Dor This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement, you may review at http://www.amdocs.com/email_disclaimer.asp

Re: [ANNOUNCE] Donation of improved GemFire native client

2017-01-17 Thread Avinash Dongre
Thanks Jacob. Build goes fine with this change. Thanks Avinash On Tue, Jan 17, 2017 at 5:17 AM, Jacob Barrett wrote: > Avinash, > > We just added some changes to the Geode dependency. You should be able to > set cmake -DGEODE_ROOT=/path/to/apache-geode. Without that flag set it > will > look

Re: docker

2017-01-17 Thread Swapnil Bawaskar
It has been there for a while. You can find it at: https://hub.docker.com/r/apachegeode/geode/ On Tue, Jan 17, 2017 at 12:01 AM, Dor Ben Dov wrote: > Hi, > > Any plans to put Apache Geode in docker hub ? > > Regards, > Dor > This message and the information contained herein is proprietary and >

RE: docker

2017-01-17 Thread Dor Ben Dov
Thanks Swapnil. Dor -Original Message- From: Swapnil Bawaskar [mailto:sbawas...@pivotal.io] Sent: יום ג 17 ינואר 2017 11:26 To: dev@geode.apache.org Subject: Re: docker It has been there for a while. You can find it at: https://hub.docker.com/r/apachegeode/geode/ On Tue, Jan 17, 2017 at

Re: New Repo for Native Client

2017-01-17 Thread Anthony Baker
There was some work done earlier to run the Jenkins jobs in a Docker container. We’re not currently doing that, but I think that’s your best bet to get a stable environment. See https://issues.apache.org/jira/browse/GEODE-60. Anthony > On Jan 16, 2017, at 8:51 PM, Jacob Barrett wrote: > > R

[jira] [Created] (GEODE-2312) Hook rat into cmake build

2017-01-17 Thread Anthony Baker (JIRA)
Anthony Baker created GEODE-2312: Summary: Hook rat into cmake build Key: GEODE-2312 URL: https://issues.apache.org/jira/browse/GEODE-2312 Project: Geode Issue Type: Sub-task Repo

[jira] [Updated] (GEODE-2312) Hook rat into cmake build

2017-01-17 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-2312: - Description: We should invoke rat from the cmake build to ensure that all files have proper ASF he

Re: Native Namespace

2017-01-17 Thread Michael William Dodge
In my experience, it seems easier to have too many namespaces than it is to have too few. My instinct is to start with geode:: and Geode. and further subdivide when it becomes unwieldy and collisions arise. Sarge > On 16 Jan, 2017, at 21:10, Jacob Barrett wrote: > > An upcoming change we need

Re: New Repo for Native Client

2017-01-17 Thread Michael William Dodge
I know a guy (sadly not part of the Geode community) who has used Jenkins with gcc. I could probably use him as a resource if we need some extra expertise on that. Sarge > On 17 Jan, 2017, at 06:39, Anthony Baker wrote: > > There was some work done earlier to run the Jenkins jobs in a Docker

[GitHub] geode pull request #341: GEODE-2306: Update native client BUILDING.md to ref...

2017-01-17 Thread PivotalSarge
GitHub user PivotalSarge opened a pull request: https://github.com/apache/geode/pull/341 GEODE-2306: Update native client BUILDING.md to reflect changes for Geode - Replaced GEMFIRE_HOME with GEODE_ROOT. - Corrected build instructions. - Minor copy-editing. You can merge thi

[jira] [Commented] (GEODE-2306) Update native client BUILDING.md to reflect changes for Geode

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

Re: Native Namespace

2017-01-17 Thread Anthony Baker
Based on [1] [2] [3] it seems like the .NET convention would be: Apache.Geode.Client For cpp the conventions seem a lot more muddled [4] [5]. Even for Apache projects [6] [7] [8] [9] there’s lots of variation. This variant looks good to me: apache::geode::client but I could

[jira] [Commented] (GEODE-2306) Update native client BUILDING.md to reflect changes for Geode

2017-01-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15826252#comment-15826252 ] ASF GitHub Bot commented on GEODE-2306: --- Github user metatype commented on a diff in

[GitHub] geode pull request #341: GEODE-2306: Update native client BUILDING.md to ref...

2017-01-17 Thread metatype
Github user metatype commented on a diff in the pull request: https://github.com/apache/geode/pull/341#discussion_r96437308 --- Diff: src/BUILDING.md --- @@ -17,7 +22,7 @@ * C++11 compiler *(see platform specific requirements)* ### Optional Tools -* [Doxygen 8.11

[jira] [Commented] (GEODE-2306) Update native client BUILDING.md to reflect changes for Geode

2017-01-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15826254#comment-15826254 ] ASF GitHub Bot commented on GEODE-2306: --- Github user metatype commented on a diff in

[GitHub] geode pull request #341: GEODE-2306: Update native client BUILDING.md to ref...

2017-01-17 Thread metatype
Github user metatype commented on a diff in the pull request: https://github.com/apache/geode/pull/341#discussion_r96437020 --- Diff: src/BUILDING.md --- @@ -1,8 +1,13 @@ # Building $ cd -$ mdkir build -$ cmake ../src -$ cmake --build . +

[GitHub] geode issue #341: GEODE-2306: Update native client BUILDING.md to reflect ch...

2017-01-17 Thread PivotalSarge
Github user PivotalSarge commented on the issue: https://github.com/apache/geode/pull/341 Need to fix a few things. --- 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] [Commented] (GEODE-2306) Update native client BUILDING.md to reflect changes for Geode

2017-01-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15826265#comment-15826265 ] ASF GitHub Bot commented on GEODE-2306: --- Github user PivotalSarge closed the pull re

[GitHub] geode pull request #341: GEODE-2306: Update native client BUILDING.md to ref...

2017-01-17 Thread PivotalSarge
Github user PivotalSarge closed the pull request at: https://github.com/apache/geode/pull/341 --- 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] [Commented] (GEODE-2306) Update native client BUILDING.md to reflect changes for Geode

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

[GitHub] geode issue #341: GEODE-2306: Update native client BUILDING.md to reflect ch...

2017-01-17 Thread PivotalSarge
Github user PivotalSarge commented on the issue: https://github.com/apache/geode/pull/341 Mark Doxygen as required and fix typo. --- 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 e

[jira] [Commented] (GEODE-2306) Update native client BUILDING.md to reflect changes for Geode

2017-01-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15826275#comment-15826275 ] ASF GitHub Bot commented on GEODE-2306: --- GitHub user PivotalSarge reopened a pull re

[GitHub] geode pull request #341: GEODE-2306: Update native client BUILDING.md to ref...

2017-01-17 Thread PivotalSarge
GitHub user PivotalSarge reopened a pull request: https://github.com/apache/geode/pull/341 GEODE-2306: Update native client BUILDING.md to reflect changes for Geode - Replaced GEMFIRE_HOME with GEODE_ROOT. - Corrected build instructions. - Minor copy-editing. You can merge t

[jira] [Commented] (GEODE-2306) Update native client BUILDING.md to reflect changes for Geode

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

Build failed in Jenkins: Geode-nightly #719

2017-01-17 Thread Apache Jenkins Server
See Changes: [nnag] GEODE-1733: Lucene stats are displayed correctly. [klund] GEODE-2272: Fix Pulse data browser export [jiliao] GEODE-2296: remove security check in GetFunctionAttribute command [kmiller] GEODE-2031 Add docs archive [k

[jira] [Commented] (GEODE-2261) refactor ClusterConfigWriter do not need to use remote call to change cluster config

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

[GitHub] geode issue #341: GEODE-2306: Update native client BUILDING.md to reflect ch...

2017-01-17 Thread metatype
Github user metatype commented on the issue: https://github.com/apache/geode/pull/341 LGTM --- 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 featur

[jira] [Commented] (GEODE-2306) Update native client BUILDING.md to reflect changes for Geode

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

Re: Review Request 55393: GEODE-2260 Remove geode-examples from geode repo and geode build

2017-01-17 Thread Dan Smith
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55393/#review161888 --- Ship it! Ship It! - Dan Smith On Jan. 10, 2017, 10:39 p.m.,

[jira] [Created] (GEODE-2313) PulseDataExportTest.dataBrowserExportWorksAsExpected fails with ConditionTimeoutException

2017-01-17 Thread Kirk Lund (JIRA)
Kirk Lund created GEODE-2313: Summary: PulseDataExportTest.dataBrowserExportWorksAsExpected fails with ConditionTimeoutException Key: GEODE-2313 URL: https://issues.apache.org/jira/browse/GEODE-2313 Proje

[jira] [Commented] (GEODE-2031) Host documentation for releases

2017-01-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15826437#comment-15826437 ] ASF subversion and git services commented on GEODE-2031: Commit 5a

Re: New Repo for Native Client

2017-01-17 Thread Roman Shaposhnik
As was pointed out by Anthony, the way to go for Native builds is Docker containers. Thanks, Roman. On Tue, Jan 17, 2017 at 7:27 AM, Michael William Dodge wrote: > I know a guy (sadly not part of the Geode community) who has used Jenkins > with gcc. I could probably use him as a resource if we

Re: New Repo for Native Client

2017-01-17 Thread Roman Shaposhnik
On Mon, Jan 16, 2017 at 8:47 PM, Jacob Barrett wrote: > Roman, > > I understand what you are saying. I think that since the build process > between the Java Geode bits and the Native Geode bits will completely > different it might help to have the separate. Until someone comes up with a > good cro

[jira] [Resolved] (GEODE-2031) Host documentation for releases

2017-01-17 Thread Joey McAllister (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joey McAllister resolved GEODE-2031. Resolution: Fixed Fixed via pull request. Karen and I then pushed the new updates to geode.

[jira] [Commented] (GEODE-2313) PulseDataExportTest.dataBrowserExportWorksAsExpected fails with ConditionTimeoutException

2017-01-17 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15826469#comment-15826469 ] ASF subversion and git services commented on GEODE-2313: Commit 97

[jira] [Commented] (GEODE-2260) Move geode examples to new repo home

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

Re: New Repo for Native Client

2017-01-17 Thread Michael William Dodge
To me this seems related to the question of the degree to which the Geode community should be homogeneous. Who are we trying to attract with the non-Java clients: the existing, Java-centric community or new community members from other platforms? If the former, gradle makes it easy for them to a

Re: New Repo for Native Client

2017-01-17 Thread David Kimura
I agree with Sarge. I support using the standard tools for each language. I'm inclined to think unification on a single tool can hurt more (e.g. remember ant). And if we don't draw the line in the build process then where will we draw it? I would hate to see more Java code reformatted into C++ c

[jira] [Assigned] (GEODE-2003) Executing a function using REST API fails with full package-qualified name

2017-01-17 Thread Udo Kohlmeyer (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Kohlmeyer reassigned GEODE-2003: Assignee: Udo Kohlmeyer > Executing a function using REST API fails with full package-quali

Jenkins build for geode-examples

2017-01-17 Thread Dan Smith
Now that the examples are in a separate repository, I think we should setup a nightly job to build and test that repo. Can someone with access to jenkins help set this up? It should run the ./gradlew build on the geode-examples project; but in order for that to work it needs access to a build of g

[jira] [Commented] (GEODE-2312) Hook rat into cmake build

2017-01-17 Thread Jacob S. Barrett (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15826605#comment-15826605 ] Jacob S. Barrett commented on GEODE-2312: - In researching the use of rat in on the

Re: Jenkins build for geode-examples

2017-01-17 Thread Anthony Baker
Also needed: some build work to make this ‘releasable’. For example: LICENSE / NOTICE source archive generation with hashes and sigs rat checks etc Anthony > On Jan 17, 2017, at 10:51 AM, Dan Smith wrote: > > Now that the examples are in a separate repository,

[jira] [Commented] (GEODE-2296) GetFunctionAttribute command is throwing an Anonymouse User Exception

2017-01-17 Thread Hitesh Khamesra (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15826690#comment-15826690 ] Hitesh Khamesra commented on GEODE-2296: [~jinmeiliao] Should we close this ticket

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

2017-01-17 Thread Spring CI
--- Spring Data GemFire > Nightly-ApacheGeode > #441 failed. --- This was manually triggered by John Blum. 11/1614 tests failed. https://build.spring.io/browse/S

[jira] [Created] (GEODE-2314) Assert failure in LuceneQueriesPeerPRRedundancyDUnitTest returnCorrectResultsWhenMoveBucketHappensOnIndexUpdate

2017-01-17 Thread nabarun (JIRA)
nabarun created GEODE-2314: -- Summary: Assert failure in LuceneQueriesPeerPRRedundancyDUnitTest returnCorrectResultsWhenMoveBucketHappensOnIndexUpdate Key: GEODE-2314 URL: https://issues.apache.org/jira/browse/GEODE-2314

[jira] [Updated] (GEODE-2314) Assert failure in LuceneQueriesPeerPRRedundancyDUnitTest returnCorrectResultsWhenMoveBucketHappensOnIndexUpdate

2017-01-17 Thread nabarun (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nabarun updated GEODE-2314: --- Component/s: lucene > Assert failure in LuceneQueriesPeerPRRedundancyDUnitTest > returnCorrectResultsWhenMove

[jira] [Commented] (GEODE-2308) Replace GemFire branding with Geode branding.

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

[jira] [Commented] (GEODE-2198) import cluster-config should continue if the running servers have no data in their application regions

2017-01-17 Thread Jinmei Liao (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15826833#comment-15826833 ] Jinmei Liao commented on GEODE-2198: [~dhardman] I just read your previous comment? Ar

[jira] [Resolved] (GEODE-2261) refactor ClusterConfigWriter do not need to use remote call to change cluster config

2017-01-17 Thread Jinmei Liao (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jinmei Liao resolved GEODE-2261. Resolution: Fixed Fix Version/s: 1.1.0 > refactor ClusterConfigWriter do not need to use remo

[jira] [Created] (GEODE-2315) Improve cluster config: starting a second locator which joins a locator with cluster configuration should inherit the first locator's security settings.

2017-01-17 Thread Jinmei Liao (JIRA)
Jinmei Liao created GEODE-2315: -- Summary: Improve cluster config: starting a second locator which joins a locator with cluster configuration should inherit the first locator's security settings. Key: GEODE-2315 URL:

[jira] [Assigned] (GEODE-2293) The AckReaderThread incorrectly shuts down when an IllegalStateException is thrown while releasing an off-heap object

2017-01-17 Thread Jason Huynh (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Huynh reassigned GEODE-2293: -- Assignee: Jason Huynh > The AckReaderThread incorrectly shuts down when an IllegalStateExceptio

Review Request 55644: GEODE-2277 client cache fails to deserialize a PdxInstance due to InternalGemFireError

2017-01-17 Thread Hitesh Khamesra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55644/ --- Review request for geode, Bruce Schuchardt and Udo Kohlmeyer. Repository: geode

Review Request 55645: GEODE-2293: The AckReaderThread incorrectly shuts down when an IllegalStateException is thrown while releasing an off-heap object

2017-01-17 Thread Jason Huynh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55645/ --- Review request for geode and Barry Oglesby. Bugs: GEODE-2293 https://issues

[GitHub] geode pull request #342: GEODE-2309: Replace Pivotal Copyright and add Apach...

2017-01-17 Thread pivotal-jbarrett
GitHub user pivotal-jbarrett opened a pull request: https://github.com/apache/geode/pull/342 GEODE-2309: Replace Pivotal Copyright and add Apache License notice. Can I please get quick review of the copyright and license changes. You can merge this pull request into a Git repository

[jira] [Commented] (GEODE-2309) Replace or add ASF copyright statements in source.

2017-01-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15826875#comment-15826875 ] ASF GitHub Bot commented on GEODE-2309: --- GitHub user pivotal-jbarrett opened a pull

[GitHub] geode issue #341: GEODE-2306: Update native client BUILDING.md to reflect ch...

2017-01-17 Thread pivotal-jbarrett
Github user pivotal-jbarrett commented on the issue: https://github.com/apache/geode/pull/341 I would suggest a little more detail on the building in windows since the command provided will use NMake and suck for the person building. Include statement about -G generator options. Maybe

Re: Review Request 55645: GEODE-2293: The AckReaderThread incorrectly shuts down when an IllegalStateException is thrown while releasing an off-heap object

2017-01-17 Thread Barry Oglesby
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55645/#review161962 --- geode-core/src/main/java/org/apache/geode/internal/cache/wan/para

[jira] [Commented] (GEODE-2306) Update native client BUILDING.md to reflect changes for Geode

2017-01-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15826890#comment-15826890 ] ASF GitHub Bot commented on GEODE-2306: --- Github user pivotal-jbarrett commented on t

[jira] [Commented] (GEODE-2306) Update native client BUILDING.md to reflect changes for Geode

2017-01-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15826891#comment-15826891 ] ASF GitHub Bot commented on GEODE-2306: --- Github user pivotal-jbarrett commented on t

[GitHub] geode issue #341: GEODE-2306: Update native client BUILDING.md to reflect ch...

2017-01-17 Thread pivotal-jbarrett
Github user pivotal-jbarrett commented on the issue: https://github.com/apache/geode/pull/341 Let's also move the BUILDING.md down to the root directory so it is easier to find. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

Re: Native Namespace

2017-01-17 Thread Jacob Barrett
Anthony, You make a good argument. Have fun converting all those namespaces for us in your free time. :) Apache.Geode.Client and apache::geode::client it is then... Anyone else want to chime in before we execute on this? -Jake On Tue, Jan 17, 2017 at 7:39 AM Anthony Baker wrote: > Based on

Re: Review Request 55645: GEODE-2293: The AckReaderThread incorrectly shuts down when an IllegalStateException is thrown while releasing an off-heap object

2017-01-17 Thread Jason Huynh
> On Jan. 17, 2017, 9:42 p.m., Barry Oglesby wrote: > > geode-core/src/main/java/org/apache/geode/internal/cache/wan/parallel/ParallelGatewaySenderQueue.java, > > line 1099 > > > > > > I think I would add a message

Re: [GitHub] geode issue #341: GEODE-2306: Update native client BUILDING.md to reflect ch...

2017-01-17 Thread Michael William Dodge
It's current in src/ on next-gen-native-client-software-grant. What do you mean by "down to the root directory"? Sarge > On 17 Jan, 2017, at 13:43, pivotal-jbarrett wrote: > > Github user pivotal-jbarrett commented on the issue: > >https://github.com/apache/geode/pull/341 > >Let's al

[jira] [Created] (GEODE-2316) Replace GemFire namespace with Geode namespace

2017-01-17 Thread Michael Dodge (JIRA)
Michael Dodge created GEODE-2316: Summary: Replace GemFire namespace with Geode namespace Key: GEODE-2316 URL: https://issues.apache.org/jira/browse/GEODE-2316 Project: Geode Issue Type: Bug

Re: Review Request 55440: GEODE-1733: Index repository is now created when the chunk bucket becomes primary.

2017-01-17 Thread nabarun nag
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55440/ --- (Updated Jan. 17, 2017, 10:09 p.m.) Review request for geode, Barry Oglesby, Ja

Re: Review Request 55591: GEODE-2297: passively discover DistributedSystem instance in AlertAppender

2017-01-17 Thread Bruce Schuchardt
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55591/#review161969 --- Enough code knows about AlertAppender that I think you could just

Re: Review Request 55644: GEODE-2277 client cache fails to deserialize a PdxInstance due to InternalGemFireError

2017-01-17 Thread Bruce Schuchardt
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55644/#review161970 --- Ship it! Ship It! - Bruce Schuchardt On Jan. 17, 2017, 9:23

[jira] [Assigned] (GEODE-2316) Replace GemFire namespace with Geode namespace

2017-01-17 Thread Michael Dodge (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dodge reassigned GEODE-2316: Assignee: Michael Dodge > Replace GemFire namespace with Geode namespace >

Re: Review Request 55532: GEODE-2198: close and re-create the cache on a server when importing new cluster configuration

2017-01-17 Thread Jinmei Liao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55532/ --- (Updated Jan. 17, 2017, 10:21 p.m.) Review request for geode, Jared Stewart, Ke

[GitHub] geode issue #342: GEODE-2309: Replace Pivotal Copyright and add Apache Licen...

2017-01-17 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/342 Looks good so far, but there are still a lot of files missing apache headers. I don't know how easy it will be to integrate [apache rat](https://creadur.apache.org/rat/) into the cmake build,

[jira] [Commented] (GEODE-2309) Replace or add ASF copyright statements in source.

2017-01-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15826950#comment-15826950 ] ASF GitHub Bot commented on GEODE-2309: --- Github user upthewaterspout commented on th

Re: Review Request 55440: GEODE-1733: Index repository is now created when the chunk bucket becomes primary.

2017-01-17 Thread Dan Smith
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55440/#review161978 --- geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal

Re: Review Request 55440: GEODE-1733: Index repository is now created when the chunk bucket becomes primary.

2017-01-17 Thread Jason Huynh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55440/#review161979 --- geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal

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

2017-01-17 Thread Spring CI
--- Spring Data GemFire > Nightly-ApacheGeode > #441 failed (rerun once). --- This build was rerun by John Blum. 11/1614 tests failed. https://build.spring.io/br

Addressing OOM while recovering overflow regions.

2017-01-17 Thread Anilkumar Gingade
Hi Geode Devs, We are working on ticket GEODE-1672, related to out of memory during recovery with overflow regions (heap LRU configured). https://issues.apache.org/jira/browse/GEODE-1672 When recovering the persistent files, GEODE stores the values into temp maps (for regions) using a background

Re: Jenkins build for geode-examples

2017-01-17 Thread Dan Smith
Rat checks are already there for the examples project, but yeah it needs a LICENSE and NOTICE. Do those files need to include everything from the geode LICENSE and NOTICE files? That's an interesting question about source archive generation. Do we want to produce releases of the examples, or just

Re: Review Request 55644: GEODE-2277 client cache fails to deserialize a PdxInstance due to InternalGemFireError

2017-01-17 Thread Udo Kohlmeyer
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55644/#review161982 --- Ship it! OMG!! Did you see the GatewayReceiverCommand.cmdExecut

[GitHub] geode-examples pull request #2: Build updates for examples

2017-01-17 Thread metatype
GitHub user metatype opened a pull request: https://github.com/apache/geode-examples/pull/2 Build updates for examples Here are a few changes to fix build and licensing issues: - Add LICENSE / NOTICE - Create and sign release artifacts - Include a travis configuratio

[jira] [Commented] (GEODE-2306) Update native client BUILDING.md to reflect changes for Geode

2017-01-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15826984#comment-15826984 ] ASF GitHub Bot commented on GEODE-2306: --- Github user upthewaterspout commented on th

[GitHub] geode issue #341: GEODE-2306: Update native client BUILDING.md to reflect ch...

2017-01-17 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/341 The [geode examples](https://github.com/apache/geode-examples) look for a GEODE_HOME environment variable. I think maybe some of the scripts in the java project do as well? It would be nice to

Re: Jenkins build for geode-examples

2017-01-17 Thread Anthony Baker
I just created a PR with some ideas to consider. IMO, telling users to download unreleased source (such as from our website) would be a problem. Anthony > On Jan 17, 2017, at 2:43 PM, Dan Smith wrote: > > Rat checks are already there for the examples project, but yeah it needs a > LICENSE a

[GitHub] geode issue #341: GEODE-2306: Update native client BUILDING.md to reflect ch...

2017-01-17 Thread pivotal-jbarrett
Github user pivotal-jbarrett commented on the issue: https://github.com/apache/geode/pull/341 @upthewaterspout, Its an easy change. We went for consistency with the CMake community on the explicit variable setting. It is however consistent to have the module "find" the product by envi

[jira] [Commented] (GEODE-2306) Update native client BUILDING.md to reflect changes for Geode

2017-01-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15826991#comment-15826991 ] ASF GitHub Bot commented on GEODE-2306: --- Github user pivotal-jbarrett commented on t

Re: [GitHub] geode issue #341: GEODE-2306: Update native client BUILDING.md to reflect ch...

2017-01-17 Thread Jacob Barrett
I mean put it in the root of the repo/branch next to LICENSE, README.md, etc. On Tue, Jan 17, 2017 at 1:53 PM Michael William Dodge wrote: > It's current in src/ on next-gen-native-client-software-grant. What do you > mean by "down to the root directory"? > > Sarge > > > On 17 Jan, 2017, at 13:4

[GitHub] geode-examples issue #2: Build updates for examples

2017-01-17 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode-examples/pull/2 Wowsers, good stuff! A couple of comments/questions: 1. Should we really remove gradlew.bat? That means windows users won't be able to run the examples. 2. Since you are usi

[jira] [Created] (GEODE-2317) native client cmake build should honor GEODE_HOME environment variable

2017-01-17 Thread Dan Smith (JIRA)
Dan Smith created GEODE-2317: Summary: native client cmake build should honor GEODE_HOME environment variable Key: GEODE-2317 URL: https://issues.apache.org/jira/browse/GEODE-2317 Project: Geode

[GitHub] geode issue #341: GEODE-2306: Update native client BUILDING.md to reflect ch...

2017-01-17 Thread upthewaterspout
Github user upthewaterspout commented on the issue: https://github.com/apache/geode/pull/341 @pivotal-jbarrett - Here's a jira - https://issues.apache.org/jira/browse/GEODE-2317. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub a

[jira] [Commented] (GEODE-2306) Update native client BUILDING.md to reflect changes for Geode

2017-01-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15827009#comment-15827009 ] ASF GitHub Bot commented on GEODE-2306: --- Github user upthewaterspout commented on th

[Spring CI] Spring Data GemFire > Nightly-ApacheGeode > #442 has FAILED (11 tests failed, no failures were new)

2017-01-17 Thread Spring CI
--- Spring Data GemFire > Nightly-ApacheGeode > #442 failed (rerun once). --- This build was rerun by John Blum. 11/1614 tests failed, no failures were new. http

Review Request 55652: GEODE-2003: REST Function invocation fails on fully qualified Function names

2017-01-17 Thread Udo Kohlmeyer
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55652/ --- Review request for geode, Bruce Schuchardt, Galen O'Sullivan, and Hitesh Khamesr

Re: Review Request 55532: GEODE-2198: close and re-create the cache on a server when importing new cluster configuration

2017-01-17 Thread Jinmei Liao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55532/ --- (Updated Jan. 17, 2017, 11:27 p.m.) Review request for geode, Jared Stewart, Ke

Re: Addressing OOM while recovering overflow regions.

2017-01-17 Thread Hitesh Khamesra
option 1 looks good to me.. From: Anilkumar Gingade To: dev@geode.apache.org Sent: Tuesday, January 17, 2017 2:41 PM Subject: Addressing OOM while recovering overflow regions. Hi Geode Devs, We are working on ticket GEODE-1672, related to out of memory during recovery with overflo

Re: Review Request 55652: GEODE-2003: REST Function invocation fails on fully qualified Function names

2017-01-17 Thread Hitesh Khamesra
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55652/#review161990 --- Ship it! Ship It! - Hitesh Khamesra On Jan. 17, 2017, 11:25

Re: Review Request 55645: GEODE-2293: The AckReaderThread incorrectly shuts down when an IllegalStateException is thrown while releasing an off-heap object

2017-01-17 Thread Jason Huynh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55645/ --- (Updated Jan. 17, 2017, 11:36 p.m.) Review request for geode and Barry Oglesby.

Re: Review Request 55532: GEODE-2198: close and re-create the cache on a server when importing new cluster configuration

2017-01-17 Thread Jared Stewart
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55532/#review161991 --- geode-core/src/main/java/org/apache/geode/management/internal/con

Re: Review Request 55645: GEODE-2293: The AckReaderThread incorrectly shuts down when an IllegalStateException is thrown while releasing an off-heap object

2017-01-17 Thread Barry Oglesby
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55645/#review161992 --- Ship it! Ship It! - Barry Oglesby On Jan. 17, 2017, 11:36 p.

Re: Review Request 55591: GEODE-2297: passively discover DistributedSystem instance in AlertAppender

2017-01-17 Thread Kirk Lund
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55591/#review161994 --- I'm closing out this review. I'll need to reimplement AlertAppende

Re: Addressing OOM while recovering overflow regions.

2017-01-17 Thread Dan Smith
Option 1 is not a bad idea. Another thought might be to not start asynchronous value recovery until all of the regions are created. I think right now we launch a task to read all of the oplogs and recover values as soon as the disk store is created. Maybe we could defer that until after the last re

Re: Review Request 55652: GEODE-2003: REST Function invocation fails on fully qualified Function names

2017-01-17 Thread Bruce Schuchardt
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55652/#review161998 --- Ship it! Ship It! - Bruce Schuchardt On Jan. 17, 2017, 11:25

Re: Review Request 55440: GEODE-1733: Index repository is now created when the chunk bucket becomes primary.

2017-01-17 Thread nabarun nag
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55440/#review161987 --- geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal

  1   2   >