[jira] [Created] (GEODE-2319) Native Client Build fails on Ubuntu 16

2017-01-17 Thread Avinash Dongre (JIRA)
Avinash Dongre created GEODE-2319: - Summary: Native Client Build fails on Ubuntu 16 Key: GEODE-2319 URL: https://issues.apache.org/jira/browse/GEODE-2319 Project: Geode Issue Type: Bug

[jira] [Assigned] (GEODE-2319) Native Client Build fails on Ubuntu 16

2017-01-17 Thread Avinash Dongre (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Avinash Dongre reassigned GEODE-2319: - Assignee: Avinash Dongre > Native Client Build fails on Ubuntu 16 > -

[jira] [Commented] (GEODE-1435) Update LICENSE for native client bundled dependencies

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

[GitHub] geode pull request #343: GEODE-1435 Update LICENCE and NOTICE

2017-01-17 Thread metatype
GitHub user metatype opened a pull request: https://github.com/apache/geode/pull/343 GEODE-1435 Update LICENCE and NOTICE This should cover the bundled source components. You can merge this pull request into a Git repository by running: $ git pull https://github.com/metatype/in

[jira] [Updated] (GEODE-1435) Update LICENSE for native client bundled dependencies

2017-01-17 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-1435: - Description: We need to declare attribution for any bundled dependencies in the native client sou

Re: Native client build fails linking shared library?

2017-01-17 Thread Dan Smith
Update - I found part of the problem - the c++ command that is constructed has -lz before /libxml2.a. If I put -lz at the end, it works. From man c++ "Thus, foo.o -lz bar.o searches library z after file foo.o but before bar.o. If bar.o refers to functions in z, those functions may not be loaded."

Re: Native Namespace

2017-01-17 Thread Avinash Dongre
+1 for Apache.Geode.Client ( .net ) and apache::geode::client( C++ ) Thanks Avinash On Wed, Jan 18, 2017 at 3:17 AM, Jacob Barrett wrote: > Anthony, > > You make a good argument. Have fun converting all those namespaces for us > in your free time. :) > > Apache.Geode.Client and apache::geode::

[jira] [Updated] (GEODE-1435) Update LICENSE for native client bundled dependencies

2017-01-17 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-1435: - Description: We need to declare attribution for any bundled dependencies in the native client sou

Re: Addressing OOM while recovering overflow regions.

2017-01-17 Thread Nilkanth Patel
Anil, option 1 looks good. Just have a small question. Will the option 1 implementation going to replace the existing implementation where we recover everything? Or will this be a default and still user will be able to use old/existing way based on some configuration where recovering everything. Th

[jira] [Updated] (GEODE-2311) Add CSharp Project for securityImpl for Building Native Client .NET Security Quickstarts

2017-01-17 Thread Michael Martell (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Martell updated GEODE-2311: --- Description: Since cmake doesn't yet support C#, we should provide a CSharp project (.csproj f

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=15827420#comment-15827420 ] Anthony Baker commented on GEODE-2312: -- Looks like HAWQ defines a {{pom.xml}} just fo

Re: Addressing OOM while recovering overflow regions.

2017-01-17 Thread Michael Stolz
Can I assume all options load keys? If so, yes skip loading values. -- Mike Stolz Principal Engineer - Gemfire Product Manager Mobile: 631-835-4771 On Jan 17, 2017 5:48 PM, "Anilkumar Gingade" wrote: > Hi Geode Devs, > > We are working on ticket GEODE-1672, related to out of memory during > reco

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. 18, 2017, 4:19 a.m.) Review request for geode, Barry Oglesby, Jas

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

2017-01-17 Thread Jacob S. Barrett (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacob S. Barrett updated GEODE-2316: Fix Version/s: (was: 1.1.0) > Replace GemFire namespace with Geode namespace > -

[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=15827391#comment-15827391 ] ASF GitHub Bot commented on GEODE-2309: --- Github user pivotal-jbarrett commented on t

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

2017-01-17 Thread pivotal-jbarrett
Github user pivotal-jbarrett commented on the issue: https://github.com/apache/geode/pull/342 In this push I am only trying to tackle the changing of licenses and adding to the obvious sources. We will integrated something a little more like rat (see email GEODE-2312 about rat issues)

[jira] [Created] (GEODE-2318) Improve geode-examples build

2017-01-17 Thread Anthony Baker (JIRA)
Anthony Baker created GEODE-2318: Summary: Improve geode-examples build Key: GEODE-2318 URL: https://issues.apache.org/jira/browse/GEODE-2318 Project: Geode Issue Type: Bug Componen

Re: Native client build fails linking shared library?

2017-01-17 Thread Avinash Dongre
I also face the same problem on my Ubuntu box. I have libz installed. But It looks like the way libxml is getting build in external is problem. Same work fine on CentOS. When I enabled VERBOSE on for dependencies/libxml2, I do not see -lpthread -lz -lm in the CCLD command. [1] Thanks Avinash [1

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

2017-01-17 Thread metatype
Github user metatype commented on the issue: https://github.com/apache/geode-examples/pull/2 We have an ASF-developed `gradlew` script that does not require the `gradle-wrapper.jar` file to be present, unlike the version from the gradle distribution. We don't have an equivalent `grad

Re: Native client build fails linking shared library?

2017-01-17 Thread Vishal Rao
You might need the dev package of libz, something like libz-dev to be installed. On Wed, Jan 18, 2017 at 6:48 AM, Hitesh Khamesra < hitesh...@yahoo.com.invalid> wrote: > see if this link helps "http://stackoverflow.com/ > questions/32036372/ubuntu-14-04-rails-missing-file" > > > From: Dan S

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

2017-01-17 Thread jdeppe-pivotal
Github user jdeppe-pivotal commented on the issue: https://github.com/apache/geode-examples/pull/2 I'm not sure I understand the issue with `gradlew.bat`. Why raise the bar for Windows devs? --- If your project is set up for it, you can reply to this email and have your reply appear

Re: Native client build fails linking shared library?

2017-01-17 Thread Hitesh Khamesra
see if this link helps "http://stackoverflow.com/questions/32036372/ubuntu-14-04-rails-missing-file"; From: Dan Smith To: dev@geode.apache.org Sent: Tuesday, January 17, 2017 5:04 PM Subject: Re: Native client build fails linking shared library? Here's the results of the VERBOSE m

Re: Addressing OOM while recovering overflow regions.

2017-01-17 Thread Udo Kohlmeyer
I think that #1 is a good start... I think we should have all regions created before we recover from the files, or at least for the regions that use the diskstore being recovered. When we recover, do we start recovering in reverse? I mean, the latest data *should* be in the last data files, s

Re: Native client build fails linking shared library?

2017-01-17 Thread Michael William Dodge
All I can guess is that /usr/lib/libz.* is missing for some reason. Unless Jake has a better suggestion, I'll have to take a look at it tomorrow, in person if possible. Sarge > On 17 Jan, 2017, at 17:04, Dan Smith wrote: > > Here's the results of the VERBOSE make. I do see a -lz in the linker

Re: Native client build fails linking shared library?

2017-01-17 Thread Dan Smith
Here's the results of the VERBOSE make. I do see a -lz in the linker line. [ 28%] Linking CXX executable gfcppcache_unittests cd /home/dan/MyStuff/Code/gemfire/native/cppcache/test && /usr/bin/cmake -E cmake_link_script CMakeFiles/gfcppcache_unittests.dir/link.txt --verbose=1 /usr/bin/c++ -g -

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

2017-01-17 Thread metatype
Github user metatype commented on the issue: https://github.com/apache/geode-examples/pull/2 Good suggestion on verification. Here's my thinking on removing gradlew.bat: - We know we can't include `gradle-wrapper.jar` in a source release, so a user who downloads it on window

Re: [ANNOUNCE] Donation of improved GemFire native client

2017-01-17 Thread Jens Deppe
I agree with Jake - I don't think having a single build process really serves either side well. In all my time using GemFire/Geode I've never once had a need to build (or even use) the Native Client component. Given that the majority of users/developers will be only Java focused, I don't think 'bur

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

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

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

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

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

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

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

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

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

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

Re: Native client build fails linking shared library?

2017-01-17 Thread Jacob Barrett
Dan, Add VERBOSE=1 to your make command. make -j8 VERBOSE=1 To see details of the compile commands. Some of the third party dependencies won't show them but give it a try. -Jake On Tue, Jan 17, 2017 at 4:34 PM Michael William Dodge wrote: > Do you see -lz in the link line? > > Sarge > > > O

Re: Addressing OOM while recovering overflow regions.

2017-01-17 Thread Jason Huynh
I like number 1 On Tue, Jan 17, 2017 at 3:56 PM Dan Smith wrote: > 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

Re: Native client build fails linking shared library?

2017-01-17 Thread Michael William Dodge
Do you see -lz in the link line? Sarge > On 17 Jan, 2017, at 16:24, Dan Smith wrote: > > I tried building the next-gen-native-client-software-grant branch on an > ubuntu 16.04 box. It gets about halfway through and then fails with these > errors. Any ideas? > > [ 49%] Building CXX object > cpp

Native client build fails linking shared library?

2017-01-17 Thread Dan Smith
I tried building the next-gen-native-client-software-grant branch on an ubuntu 16.04 box. It gets about halfway through and then fails with these errors. Any ideas? [ 49%] Building CXX object cppcache/src/CMakeFiles/gfcppcache.dir/PdxLocalWriter.cpp.o [ 49%] Building CXX object cppcache/src/CMakeF

[jira] [Resolved] (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 resolved GEODE-2003. -- Resolution: Fixed Fix Version/s: 1.1.0 > Executing a function using REST API fails with f

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

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

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

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: 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 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: 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 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 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 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: 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 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

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

[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

[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

[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] [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-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

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

[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

[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

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 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

[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-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

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

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

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

[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

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

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

[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

[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,

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

[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 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

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 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

[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: [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

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: 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

[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

[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

[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

[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-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 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

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

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

[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

[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] [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] [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] [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] [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] [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

[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] [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

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-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

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] [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

  1   2   >