Re: disposition of remaining patches

From: marcin mank <marcin(dot)mank(at)gmail(dot)com>
To: Daniel Farina <daniel(at)heroku(dot)com>
Cc: Greg Smith <greg(at)2ndquadrant(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: disposition of remaining patches
Date: 2011-02-25 13:25:09
Message-ID: AANLkTinGf4-EFh+HEyiD+q1hR95VCtVE+egn-O7uq711@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Feb 25, 2011 at 9:14 AM, Daniel Farina <daniel(at)heroku(dot)com> wrote:
>
> Right now, as it stands, the syncrep patch will be happy as soon as
> the data has been fsynced to either B or A-prime; I don't think we can
> guarantee at any point that A-prime can become the leader, and feed B.
>

- start A` up, replicating from A
- shutdown B (now A nad A` are synchronous)
now real quick:
- shut down A
- shut down A`
-change configuration
-start up A`
-start up B

Doesn`t this work?

Greetings
Marcin

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2011-02-25 14:58:36 wCTE: why not finish sub-updates at the end, not the beginning?
Previous Message Robert Haas 2011-02-25 13:18:40 Re: WIP: cross column correlation ...