Re: Visualize Geode Metrics/Stats with Grafana Dashboards

2017-01-13 Thread William Markito Oliveira
A bit late but indeed pretty awesome stuff! Congrats Christian! +1 for integrating Geode as datasource to Graphana and providing a visual tools for stats. +1 for the integration with Ambari. I believe the Geode community could leverage the Ambari services capability [1] and have a way to manage an

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

2017-01-13 Thread Jinmei Liao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55532/ --- Review request for geode, Jared Stewart, Kevin Duling, and Kirk Lund. Repositor

[jira] [Commented] (GEODE-2281) can not create redis server as the document describle

2017-01-13 Thread netroby (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15822657#comment-15822657 ] netroby commented on GEODE-2281: Yes. by change the --server-port works for me so the doc

[jira] [Created] (GEODE-2298) Executing a Function via Swagger without parameters throws an exception

2017-01-13 Thread Kevin Duling (JIRA)
Kevin Duling created GEODE-2298: --- Summary: Executing a Function via Swagger without parameters throws an exception Key: GEODE-2298 URL: https://issues.apache.org/jira/browse/GEODE-2298 Project: Geode

Re: Hosted API docs update?

2017-01-13 Thread Sai Boorlagadda
Thanks Mark & Dave, Yes I can see my changes in nightly build. Sai On Fri, Jan 13, 2017 at 2:37 PM, Dave Barnes wrote: > Thanks, Mark. So Sai, you should see your updates in the 1.1.0-snapshot API > docs. > It has been pointed out to me that the 'incubating' API docs are, in fact, > current fo

[jira] [Updated] (GEODE-1416) Merge native client code to develop branch

2017-01-13 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-1416: - Description: The next-gen-native-client-software-grant branch [1] contains the GemFire native cli

[ANNOUNCE] Donation of improved GemFire native client

2017-01-13 Thread Anthony Baker
I am pleased to announce the donation of improved GemFire client drivers to the Geode community. This source code donation includes a C++ client and a .NET client. This new grant attempts to greatly improve the mergability of the code base making it friendlier to the community by providing an impr

Re: Hosted API docs update?

2017-01-13 Thread Dave Barnes
Thanks, Mark. So Sai, you should see your updates in the 1.1.0-snapshot API docs. It has been pointed out to me that the 'incubating' API docs are, in fact, current for 1.0.0, as the build occurred prior to graduation. On Fri, Jan 13, 2017 at 2:09 PM, Mark Bretl wrote: > Latest development java

Re: Debugging JUnit / DUnit tests

2017-01-13 Thread Galen M O'Sullivan
Thanks for the input, all! I ended up solving this particular problem without the debugger, but I'll have to try this later. Cheers, Galen On Fri, Jan 13, 2017 at 11:49 AM, Galen M O'Sullivan wrote: > Hi, > > I'm looking at some DUnit tests and wondering if someone can point me in > the directi

Re: Hosted API docs update?

2017-01-13 Thread Mark Bretl
Latest development javadocs built with the nightly build and are available at https://builds.apache.org/view/G/view/Geode/job/Geode-nightly/lastSuccessfulBuild/artifact/geode-assembly/build/install/apache-geode/javadoc/ --Mark On Fri, Jan 13, 2017 at 11:31 AM, Dave Barnes wrote: > @Anthony Than

Re: Debugging JUnit / DUnit tests

2017-01-13 Thread Jens Deppe
DUnits are automatically run with debugging options on. This means that each VM started (5 usually, I think - 1 locator and 4 servers) ends up with a unique ephemeral debug port. Use the options that Kevin pointed out to set the debug port. You can just launch your DUnits from IntelliJ too without

Re: Debugging JUnit / DUnit tests

2017-01-13 Thread Udo Kohlmeyer
+1 On 1/13/17 12:11, Kevin Duling wrote: These are my notes which Jinmei started me off with: *Debug GFSH* *==* export JAVA_ARGS=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=3 *Debug a DUNIT test* = -Ddunit.debug.basePort=2 -Ddunit.debug.

Re: Debugging JUnit / DUnit tests

2017-01-13 Thread Kevin Duling
These are my notes which Jinmei started me off with: *Debug GFSH* *==* export JAVA_ARGS=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=3 *Debug a DUNIT test* = -Ddunit.debug.basePort=2 -Ddunit.debug.suspendVM=1 (-1 means locator, 0-3 means one

Re: Debugging JUnit / DUnit tests

2017-01-13 Thread John Blum
Yes, this works. I have done this before. Of course, you need to properly coordinate between the debugger and the server starting up. On Fri, Jan 13, 2017 at 11:54 AM, Udo Kohlmeyer wrote: > Have you tried starting the remote with > > java > -agentlib:jdwp=transport=dt_socket,address=127.0.0.

Re: Debugging JUnit / DUnit tests

2017-01-13 Thread Udo Kohlmeyer
Have you tried starting the remote with java -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:9001,server=y,suspend=y –jar application.jar and then you should be able to have your Idea connect to it using the "Remote" configuration in your run/debug configurations. Never tried this...

Debugging JUnit / DUnit tests

2017-01-13 Thread Galen M O'Sullivan
Hi, I'm looking at some DUnit tests and wondering if someone can point me in the direction of the right way to hook a debugger into them. I've been using IntelliJ to debug in my main development environment, which is a Mac, but don't have it on the Linux box in which I'm seeing an error. What do y

Re: Deploying jars and the class loader

2017-01-13 Thread Kevin Duling
Another experiment I tried today was breaking up the jars and deploying them separately. I had the three Apache dependency jars on the classpath, then deployed openhtml2pdf-core.jar and openthmltopdf-pdfbox.jar and finally my html2pdf function jar. The function worked, resolving the dependencies.

Re: Hosted API docs update?

2017-01-13 Thread Dave Barnes
@Anthony Thanks for the pointer, but I guess I need a little more detail. When I look at the javadocs in my Geode source repo, I find a set at geode-assembly/build/javadocs that's labeled 1.1.0-SNAPSHOT. I went to the Geode website Releases page to download the binary distribution (http://geode.apa

[jira] [Assigned] (GEODE-2295) LocatorCancelException ignores string passed in constructor

2017-01-13 Thread Galen O'Sullivan (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Galen O'Sullivan reassigned GEODE-2295: --- Assignee: Galen O'Sullivan > LocatorCancelException ignores string passed in construc

[jira] [Updated] (GEODE-2295) LocatorCancelException ignores string passed in constructor

2017-01-13 Thread Galen O'Sullivan (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Galen O'Sullivan updated GEODE-2295: Priority: Minor (was: Major) > LocatorCancelException ignores string passed in constructor

[jira] [Commented] (GEODE-2295) LocatorCancelException ignores string passed in constructor

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

[GitHub] geode pull request #337: [GEODE-2295] Add constructors for LocatorCancelExce...

2017-01-13 Thread galen-pivotal
GitHub user galen-pivotal opened a pull request: https://github.com/apache/geode/pull/337 [GEODE-2295] Add constructors for LocatorCancelException and update one place where it's used. You can merge this pull request into a Git repository by running: $ git pull https://github.c

Re: Hosted API docs update?

2017-01-13 Thread Sai Boorlagadda
+1 to link API docs to release page. On Fri, Jan 13, 2017 at 10:42 AM, Anthony Baker wrote: > +1 > > I’d would like to link the docs + javadocs from the release page, similar > to what we do for the release archives. > > Anthony > > > > On Jan 13, 2017, at 10:39 AM, Joey McAllister > wrote: > >

Re: Hosted API docs update?

2017-01-13 Thread Anthony Baker
+1 I’d would like to link the docs + javadocs from the release page, similar to what we do for the release archives. Anthony > On Jan 13, 2017, at 10:39 AM, Joey McAllister wrote: > > Do we also want to archive the API > documentation, so the Apache Geode 1.0 APIs are still available when we

Re: Review Request 55512: GEODE-2296: remove security check in GetFunctionAttribute command

2017-01-13 Thread Kevin Duling
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55512/#review161556 --- Ship it! Ship It! - Kevin Duling On Jan. 13, 2017, 10:03 a.m

Re: Hosted API docs update?

2017-01-13 Thread Anthony Baker
I think the javadocs available on geode.apache.org should reflect a specific release (currently 1.0.0-incubating). @Dave, the build does generate a complete javadoc set. It’s located in the binary distribution in the javadoc/ directory. Anthony > On Jan 13, 2017, at 10:29 AM, Dave Barnes wro

Re: Hosted API docs update?

2017-01-13 Thread Sai Boorlagadda
With a recent commit to fix https://issues.apache.org/jira/browse/GEODE-523 I had to change javadocs on Interface "PartitionListener". I dont see the API docs being update automatically, so wasn't sure whats the process to roll the changes into hosted API docs. On Fri, Jan 13, 2017 at 10:23 AM, S

Re: Hosted API docs update?

2017-01-13 Thread Joey McAllister
My pull request (for GEODE-2031) changes the Docs page to include more than just the most recent release of the User Guide (e.g., when we release Apache Geode 1.1., the User Guide for Apache Geode 1.0 will still be available from the Docs page). Do we also want to archive the API documentation, so

[jira] [Updated] (GEODE-2264) Update Geode Javadocs (no longer "incubating")

2017-01-13 Thread Anthony Baker (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Baker updated GEODE-2264: - Fix Version/s: 1.1.0 > Update Geode Javadocs (no longer "incubating") > --

Re: Hosted API docs update?

2017-01-13 Thread Dave Barnes
My message crossed paths with Swapnil's. I think what Sai noticed was that the title of the API docs still says "incubating", which I find to be true of the "latest" release to which Swap points. So I think there's still a need for a freshly-generated set of Javadocs. On Fri, Jan 13, 2017 at 10:2

[jira] [Created] (GEODE-2297) AlertAppender.append should avoid synchronizing on InternalDistributedSystem

2017-01-13 Thread Kirk Lund (JIRA)
Kirk Lund created GEODE-2297: Summary: AlertAppender.append should avoid synchronizing on InternalDistributedSystem Key: GEODE-2297 URL: https://issues.apache.org/jira/browse/GEODE-2297 Project: Geode

Re: Hosted API docs update?

2017-01-13 Thread Dave Barnes
Hi Sai, I filed a JIRA ticket on this a couple of weeks ago: GEODE-2264. First obstacle I encountered was that the Gradle builds that update Javadocs do so component-by-component, so task number 1 would be to create a single Geode-wide Javadoc tree. Once that's in place, it's just a matter of updat

Re: Hosted API docs update?

2017-01-13 Thread Swapnil Bawaskar
Hi Sai, The javadocs are in the asf-site branch: https://github.com/apache/geode/tree/asf-site/releases The most current javadocs live the "latest" folder. I saw that the hosted javadocs are upto data already. Are we missing anything? On Fri, Jan 13, 2017 at 10:05 AM, Sai Boorlagadda wrote: > A

Re: Visualize Geode Metrics/Stats with Grafana Dashboards

2017-01-13 Thread Roman Shaposhnik
On Fri, Jan 13, 2017 at 10:10 AM, Michael Stolz wrote: > Geode doesn't have a time-series capability yet, but I have a proposal that > I'm planning to submit to add it. Looking forward to it! Thanks, Roman.

Re: Visualize Geode Metrics/Stats with Grafana Dashboards

2017-01-13 Thread Michael Stolz
Geode doesn't have a time-series capability yet, but I have a proposal that I'm planning to submit to add it. -- Mike Stolz Principal Engineer, GemFire Product Manager Mobile: 631-835-4771 On Thu, Jan 12, 2017 at 8:25 PM, Roman Shaposhnik wrote: > First of all -- this looks awesome! You're the

Hosted API docs update?

2017-01-13 Thread Sai Boorlagadda
Any pointers on how to update hosted API documentation? http://geode.apache.org/releases/latest/javadoc/index.html Sai

Review Request 55512: GEODE-2296: remove security check in GetFunctionAttribute command

2017-01-13 Thread Jinmei Liao
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55512/ --- Review request for geode, Jared Stewart, Kevin Duling, and Kirk Lund. Repositor

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

2017-01-13 Thread Jinmei Liao (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-2296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jinmei Liao updated GEODE-2296: --- Component/s: docs > GetFunctionAttribute command is throwing an Anonymouse User Exception > --

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

2017-01-13 Thread Jinmei Liao (JIRA)
Jinmei Liao created GEODE-2296: -- Summary: GetFunctionAttribute command is throwing an Anonymouse User Exception Key: GEODE-2296 URL: https://issues.apache.org/jira/browse/GEODE-2296 Project: Geode

[jira] [Closed] (GEODE-523) PartitionListener requires tests and clean up

2017-01-13 Thread Sai Boorlagadda (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sai Boorlagadda closed GEODE-523. - > PartitionListener requires tests and clean up > - > >

[jira] [Updated] (GEODE-523) PartitionListener requires tests and clean up

2017-01-13 Thread Sai Boorlagadda (JIRA)
[ https://issues.apache.org/jira/browse/GEODE-523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sai Boorlagadda updated GEODE-523: -- Fix Version/s: 1.1.0 > PartitionListener requires tests and clean up > --

Jenkins build is back to normal : Geode-nightly #715

2017-01-13 Thread Apache Jenkins Server
See