RE: WAL does not recover gracefully from out-of-disk-sp ace

From: "Mikheev, Vadim" <vmikheev(at)SECTORBASE(dot)COM>
To: "'Tom Lane'" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: RE: WAL does not recover gracefully from out-of-disk-sp ace
Date: 2001-03-08 17:31:43
Message-ID: 8F4C99C66D04D4118F580090272A7A234D32FF@sectorbase1.sectorbase.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> > Was the following bug already fixed ?
>
> Dunno. I've changed the WAL ReadRecord code so that it fails soft (no
> Asserts or elog(STOP)s) for all failure cases, so the particular crash
> mode exhibited here should be gone. But I'm not sure why the code
> appears to be trying to open the wrong log segment, as Vadim comments.
> That bug might still be there. Need to try to reproduce the problem
> with new code.

Did you try to start up with wal-debug?

Vadim

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-03-08 17:35:54 Re: Performance monitor
Previous Message Tom Lane 2001-03-08 17:25:39 Re: Performance monitor