Re: WAL does not recover gracefully from out-of-disk-space - Mailing list pgsql-hackers

From Tom Lane
Subject Re: WAL does not recover gracefully from out-of-disk-space
Date
Msg-id 25916.984069351@sss.pgh.pa.us
Whole thread Raw
In response to Re: WAL does not recover gracefully from out-of-disk-space  (Hiroshi Inoue <Inoue@tpf.co.jp>)
List pgsql-hackers
Hiroshi Inoue <Inoue@tpf.co.jp> writes:
> 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.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Memory management, palloc
Next
From: Tom Lane
Date:
Subject: Re: WAL does not recover gracefully from out-of-disk-space