Re: BDR Rejoin of failed node, hangs.

From: Steve Pribyl <spribyl(at)akunacapital(dot)com>
To: Craig Ringer <craig(at)2ndquadrant(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: BDR Rejoin of failed node, hangs.
Date: 2015-10-06 13:41:11
Message-ID: SN1PR07MB217570606FD57C2140CA8B6DC8370@SN1PR07MB2175.namprd07.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

That was it thanks.

Steve Pribyl
Sr. Systems Engineer
steve(dot)pribyl(at)akunacapital(dot)com
Desk: 312-994-4646

________________________________________
From: Craig Ringer <craig(at)2ndquadrant(dot)com>
Sent: Tuesday, October 6, 2015 12:35 AM
To: Steve Pribyl
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] BDR Rejoin of failed node, hangs.

On 5 October 2015 at 20:58, Steve Pribyl <spribyl(at)akunacapital(dot)com> wrote:

> Clean up node 1.
> select bdr.bdr_part_by_node_names('{node2}');
> delete from bdr.bdr_nodes where node_status='k';

You need to delete the bdr.bdr_connections entry too.

0.9.3 will fix that, so orphan connections entries and those
associated with terminated nodes are ignored.

--
Craig Ringer http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services
________________________________
[http://www.akunacapital.com/images/akuna.png]
Steve Pribyl | Senior Systems Engineer
Akuna Capital LLC
36 S Wabash, Suite 310 Chicago IL 60603 USA | www.akunacapital.com <http://www.akunacapital.com>
p: +1 312 994 4646 | m: | f: +1 312 750 1667 | spribyl(at)akunacapital(dot)com

Please consider the environment, before printing this email.

This electronic message contains information from Akuna Capital LLC that may be confidential, legally privileged or otherwise protected from disclosure. This information is intended for the use of the addressee only and is not offered as investment advice to be relied upon for personal or professional use. Additionally, all electronic messages are recorded and stored in compliance pursuant to applicable SEC rules. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, printing or any other use of, or any action in reliance on, the contents of this electronic message is strictly prohibited. If you have received this communication in error, please notify us by telephone at (312)994-4640 and destroy the original message.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message John McKown 2015-10-06 14:04:35 Processing data from table using awk.
Previous Message Scott Mead 2015-10-06 13:29:47 Re: How to reduce pg_dump backup time