Re: [DISCUSS] RFC - Avoid the queueing of dropped events by the primary gateway sender when the gateway sender is stopped

2020-07-08 Thread Alexander Murmann
Hi Alberto, The timing on this RFC feels really tight. Would you be open to extending this to next week? On Wed, Jul 8, 2020 at 1:04 PM Eric Shu wrote: > I think the only case the memory issue occurred is when all gateway > senders are stopped in the wan-site. Otherwise another member would

Re: Request for wiki permission

2020-07-08 Thread Eric Shu
Thanks! Eric From: Kirk Lund Sent: Wednesday, July 8, 2020 1:28 PM To: dev@geode.apache.org Subject: Re: Request for wiki permission Ok, you should be good to go now, Eric! I added you to Geode AND gave you write permissions. On Wed, Jul 8, 2020 at 1:24 PM

Re: Flaky test caused by missing JDK dependency

2020-07-08 Thread Kirk Lund
The Attach API is optional for Users running the product. The Attach API is required to compile the classes that use the Attach API and to run tests that cover this feature (such as "--pid"). On Wed, Jul 8, 2020 at 12:11 PM Anthony Baker wrote: > I thought we made the dependency on the Attach

Re: Request for wiki permission

2020-07-08 Thread Kirk Lund
Ok, you should be good to go now, Eric! I added you to Geode AND gave you write permissions. On Wed, Jul 8, 2020 at 1:24 PM Kirk Lund wrote: > I see what's missing! > > On Wed, Jul 8, 2020 at 1:04 PM Eric Shu wrote: > >> Here is what I have when I search the name with my profile: >> >> >>

Re: Request for wiki permission

2020-07-08 Thread Kirk Lund
I see what's missing! On Wed, Jul 8, 2020 at 1:04 PM Eric Shu wrote: > Here is what I have when I search the name with my profile: > > > https://cwiki.apache.org/confluence/users/viewuserprofile.action?username=eshu > > Personal > Full NameEric Shu > Email > Phone > IM > Website > > Not sure

Re: Request for wiki permission

2020-07-08 Thread Eric Shu
Here is what I have when I search the name with my profile: https://cwiki.apache.org/confluence/users/viewuserprofile.action?username=eshu Personal Full NameEric Shu Email Phone IM Website Not sure what else I supposedly to do. Regards, Eric From: Kirk Lund

Re: [DISCUSS] RFC - Avoid the queueing of dropped events by the primary gateway sender when the gateway sender is stopped

2020-07-08 Thread Eric Shu
I think the only case the memory issue occurred is when all gateway senders are stopped in the wan-site. Otherwise another member would assume to be the primary queue. No more events will be enqueued in tmpDroppedEvents on the member with original primary queue. (For parallel wan queue, I do

Re: Flaky test caused by missing JDK dependency

2020-07-08 Thread Anthony Baker
I thought we made the dependency on the Attach API optional when we added support for JDK 11? Anthony > On Jul 8, 2020, at 10:17 AM, Kirk Lund wrote: > > To transition away from Attach API, the community needs a proposal to do so > and we'll need to deprecate the GFSH options that depend on

Re: [DISCUSS] RFC - Avoid the queueing of dropped events by the primary gateway sender when the gateway sender is stopped

2020-07-08 Thread Alberto Gomez
Thanks for your comments, Eric. Limiting the size of the queue would be a simple solution but I think it would pose several problems on the the one configuring and operating Geode: * How big should the queue be? Probably not easy to dimension. Should the limit by on the memory occupied by

Re: API (Recommanded way) to get heap and disk usage for cluster nodes

2020-07-08 Thread steve mathew
Thanks Jacob and Anthony for sharing the details. I have tried to understand list_of_mbeans supported but finding it tough to understand completely. I can see "DiskStoreMXBean" and document says it can provide region(s) specific disk usage. For my experiment, looking for *mbeans that provide

Re: Request for wiki permission

2020-07-08 Thread Kirk Lund
Hi Eric, I can't find the "eshu" account on https://cwiki.apache.org/. Please make sure you've created the account on that server first. Then I can add the edit permissions for Geode. Thanks, Kirk On Wed, Jul 8, 2020 at 9:58 AM Eric Shu wrote: > Hi, > > I am trying to comment on a wiki doc

Re: [DISCUSS] RFC - Avoid the queueing of dropped events by the primary gateway sender when the gateway sender is stopped

2020-07-08 Thread Eric Shu
It seems that I was not able to comment on the RFC in the wiki yet. Just try to find out if we have a simple solution for the issue you raised -- can we have a up-limit for the tmpDroppedEvents queue in question? Always check the limit before adding to the queue -- so that the tmp queue is not

Re: about Liberica JDK

2020-07-08 Thread Jacob Barrett
> On Jul 8, 2020, at 10:25 AM, Robert Houghton wrote: > > Only partially tongue-in-cheek, but isn’t the promise of the JDK, that it is > the same everywhere, on all versions, builds, and platforms? No, only the JRE. -Jake

Re: about Liberica JDK

2020-07-08 Thread Robert Houghton
Only partially tongue-in-cheek, but isn’t the promise of the JDK, that it is the same everywhere, on all versions, builds, and platforms? From: Kirk Lund Date: Wednesday, July 8, 2020 at 10:23 AM To: dev@geode.apache.org Subject: Re: about Liberica JDK In the future, I think we should discuss

Re: about Liberica JDK

2020-07-08 Thread Kirk Lund
In the future, I think we should discuss and propose changing the JDK on this dev-list before making the changes. On Tue, Jul 7, 2020 at 9:01 AM Anthony Baker wrote: > Liberica is an OpenJDK distribution like AdoptOpenJDK, Oracle, RedHat, > Amazon, Azul, etc. I have yet to find a behavioral

Re: Flaky test caused by missing JDK dependency

2020-07-08 Thread Kirk Lund
To transition away from Attach API, the community needs a proposal to do so and we'll need to deprecate the GFSH options that depend on Attach API such as "--pid" in "status server --pid 20938". Even then we're looking at a minimum of one major release before we can remove options after they are

Request for wiki permission

2020-07-08 Thread Eric Shu
Hi, I am trying to comment on a wiki doc and need permissions for Confluence. Please grant it. UserName: eshu Regards, Eric

Re: Flaky test caused by missing JDK dependency

2020-07-08 Thread Sean Goller
The Liberica JDK does not include the Attach API. I'm investigating why. Given the inherent insecurity of this API, I recommend we transition away from using it. From: Kirk Lund Sent: Monday, July 6, 2020 10:36 AM To: dev@geode.apache.org Subject: Flaky test

Re: API (Recommanded way) to get heap and disk usage for cluster nodes

2020-07-08 Thread Anthony Baker
Another option is JMX, see https://geode.apache.org/docs/guide/19/managing/management/list_of_mbeans.html. Anthony On Jul 8, 2020, at 9:24 AM, Jacob Barrett mailto:jabarr...@vmware.com>> wrote: Steve, Geode is in a transition from its on disk proprietary stats format to utilizing

Re: API (Recommanded way) to get heap and disk usage for cluster nodes

2020-07-08 Thread Jacob Barrett
Steve, Geode is in a transition from its on disk proprietary stats format to utilizing Micrometer.io. Some of what you are looking for may already be exposed via Micrometer. If so you can just use whatever registry of your choice to publish those stats. If the metric you

Re: geode docker question

2020-07-08 Thread Joris Melchior
You might also want to look at docker compose so that locator and server can run in separate containers. On 2020-07-08, 12:18 AM, "Mark Hanson" wrote: Here is a command that actually runs.. You need to be in the Geode directory, the run the command below to start everything.