"create region" cmd stuck on wan setup

2021-07-28 Thread Alberto Bustamante Reyes
Hi Geode devs, I have been analyzing an issue that occurs in the following scenario: 1) I start two Geode clusters (cluster1 & cluster2) with one locator and two servers each. Both clusters host a partitioned region called "testregion", which is replicated using a parallel gateway sender and a

Request for review of PR: GEODE-9408: Avoid duplicate events sent by Serial Gateway Sender when group-transaction-events is true

2021-07-28 Thread Alberto Gomez
Hi, I would like to request the review of the following PR: https://github.com/apache/geode/pull/6663 (GEODE-9408: Avoid duplicate events sent by Serial Gateway Sender when group-transaction-events is true). Thanks in advance, Alberto

Pending review from some code owners for PR linked to GEODE-9369: Command to copy region entries from a WAN site to another

2021-07-28 Thread Alberto Gomez
Hi, The following PR https://github.com/apache/geode/pull/6601 has received the approval from several code owners but there are still some code owners' reviews pending. Could those that have not yet reviewed it, please, have a look? Thanks in advance, Alberto

Re: Permissions to comment on RFCs?

2021-07-28 Thread Dan Smith
Hi Mario. You should have full access to the Geode wiki now. Thanks, -Dan From: Mario Salazar de Torres Sent: Tuesday, July 27, 2021 11:12 PM To: dev@geode.apache.org Subject: Re: Permissions to comment on RFCs? Hi, Thanks for clarifying it. My username is "ma

Re: [discuss] RFC for Geode Authentication Expiation and Re-Authentication

2021-07-28 Thread Mark Hanson
Hi Jinmei, How do you intend to address the "register interests and CQ"? Is that by unregistering or queueing? I think this RFC looks good. Thanks, Mark On 7/27/21, 2:26 PM, "Jinmei Liao" wrote: Calling more feedback on this RFC. I will move this to “Under Development” if no objection

Volunteers to be JIRA/confluence/mailing list admins?

2021-07-28 Thread Dan Smith
Hi all, We have a couple of admin/human spam filter jobs that I think could use a few more volunteers. * Confluence/JIRA admins - we have a process where we grant permission to these resources to anyone who asks for access on the mailing list. This could be any committer, or really any c

Re: Volunteers to be JIRA/confluence/mailing list admins?

2021-07-28 Thread Alberto Bustamante Reyes
Hi, I could help as confluence/jira admin. Alberto B. Obtener Outlook para iOS De: Dan Smith Enviado: Wednesday, July 28, 2021 7:52:23 PM Para: dev@geode.apache.org Asunto: Volunteers to be JIRA/confluence/mailing list admins? Hi all,

[VOTE] Apache Geode 1.13.4.RC1

2021-07-28 Thread Dick Cavender
Hello Geode Dev Community, This is a release candidate for Apache Geode version 1.13.4.RC1. Thanks to all the community members for their contributions to this release! Please do a review and give your feedback, including the checks you performed. Voting deadline: 3PM PST Fri, July 30 2021 *NOTE

Re: [VOTE] Apache Geode 1.13.4.RC1

2021-07-28 Thread Nabarun Nag
+1 based on the following: * build from source * running gfsh * starting 2 site WAN cluster with ssl security enabled * verifying data propagation from the 2 sites using puts and gets * Rolling clusters from 1.12 to the release candidate. * Rebalance operations during upgra

Re: [VOTE] Apache Geode 1.13.4.RC1

2021-07-28 Thread Donal Evans
+1 Confirmed that performance across a variety of workloads is on par with previous releases. From: Dick Cavender Sent: Wednesday, July 28, 2021 2:49 PM To: dev@geode.apache.org Subject: [VOTE] Apache Geode 1.13.4.RC1 Hello Geode Dev Community, This is a relea

Re: "create region" cmd stuck on wan setup

2021-07-28 Thread Anilkumar Gingade
The recommendation with WAN setup is: - Create/start WAN Senders first - Create Regions - Create/Start WAN receivers last That way when wan receiver is started; the regions are created on all the sites. Sorry, I have not looked at your scripts... -Anil. On 7/28/21, 3:31 AM, "Alberto Bustama

Re: "create region" cmd stuck on wan setup

2021-07-28 Thread Barrett Oglesby
I reproduced your issue with your scripts. They do: create gateway-receiver create disk-store create gateway-sender create region With that order, I see the hang you mentioned. I'm not 100% sure why that is happening but you can prevent it by reordering these elements. As Anil said, you should