Re: replication consistency checking

From: jaime soler <jaime(dot)soler(at)gmail(dot)com>
To: hydra <hydrapolic(at)gmail(dot)com>
Cc: pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: replication consistency checking
Date: 2015-06-14 12:23:39
Message-ID: 1434284619.3638.10.camel@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

El jue, 11-06-2015 a las 07:14 +0200, hydra escribió:
>
>
> On Tue, Jun 9, 2015 at 9:47 PM, Jan Lentfer <Jan(dot)Lentfer(at)web(dot)de>
> wrote:
>
>
>
>
> > Am 05.06.2015 um 16:56 schrieb Scott Ribe
> <scott_ribe(at)elevated-dev(dot)com>:
> >
> >> On Jun 5, 2015, at 8:42 AM, Igor Neyman
> <ineyman(at)perceptron(dot)com> wrote:
> >>
> >> The problem I see with “checksum utility” is that for it to
> work both compared servers should be “static”: not
> transactions while it does its job.
> >
> > Indeed, and that was brought up before and OP seems to be
> ignoring it. What magic does MySQL (supposedly) use to compare
> databases without interfering with updates?
> >
> Also, if I remember the Postgres SR bug correctly, this kind
> of check that Percona provides would not have helped with this
> kind of bug. The corruption did not occur *during* replication
> but only if you restarted the slave because transactions were
> falsely marked as commited or non-commited when the slave came
> up again. You might have noticed the corruption earlier,
> though.
>
>
>
> Ok but we do restart our slaves from time to time (upgrades) so sooner
> or later you would discover if that would be the problem. But maybe it
> will discover bugs/problems that occur *during* replication.

Are you or your company considering to fund "this tool"?, if yes, maybe
you get some feedback at pgsql-hackers(at)postgresql(dot)org

>
>
>
> > One could imagine a built-in feature in PG which depends on
> using MVCC and having both sides look at the same snapshot.
> (Which would require repeatable reads.)
> I actually think this would a need thing to have (for
> pre-production) test environments, like alpha or beta testing.
>
> Jan
>
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message hydra 2015-06-14 18:53:03 Re: replication consistency checking
Previous Message JasmineLiu 2015-06-12 01:26:39 Re: Failed in moving database objects to another tablespace