Re: How does BDR replicate changes among nodes in a BDR group

From: Craig Ringer <craig(at)2ndquadrant(dot)com>
To: "Zhu, Joshua" <jzhu(at)vormetric(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: How does BDR replicate changes among nodes in a BDR group
Date: 2017-06-09 01:34:01
Message-ID: CAMsr+YFdGPQDgbJ6vwCA0=r0Z3qR1rujinVu9CpWLZQUj2zq3g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 9 June 2017 at 02:47, Zhu, Joshua <jzhu(at)vormetric(dot)com> wrote:
> Thanks for the clarification.
>
> A follow up question, then, given *once joined all nodes are equal*, is that:
>
> should the node A dies or taken out of the group, the remaining three node group (with B, C and D) would continue to function properly, correct?

Yes. Though you'll need to tell them node A isn't coming back by
parting it from one of the other nodes at some point, otherwise
they'll accumulate WAL in pg_xlog and run out of disk space eventually
as they hold onto the resources A would need to sync back up.
Monitoring is important.

--
Craig Ringer http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Browse pgsql-general by date

  From Date Subject
Next Message marcinha rocha 2017-06-09 01:36:01 Re: Function with limit and offset - PostgreSQL 9.3
Previous Message John R Pierce 2017-06-09 01:13:26 Re: Function with limit and offset - PostgreSQL 9.3