Endless recovery

Поиск
Список
Период
Сортировка
От Hans-Juergen Schoenig
Тема Endless recovery
Дата
Msg-id 12208CE8-238D-4D39-948A-F67427B891D1@cybertec.at
обсуждение исходный текст
Ответы Re: Endless recovery  ("Heikki Linnakangas" <heikki@enterprisedb.com>)
Re: Endless recovery  (Simon Riggs <simon@2ndquadrant.com>)
Список pgsql-patches
Last week we have seen a problem with some horribly configured machine.
The disk filled up (bad FSM ;) ) and once this happened the sysadmi killed the system (-9).
After two days PostgreSQL has still not started up and they tried to restart it again and again making sure that the consistency check was started over an over again (thus causing more and more downtime).
From the admi point of view there was no way to find out whether the machine was actually dead or still recovering.

Here is a small patch which issues a log message indicating that the recovery process can take ages.
Maybe this can prevent some admis from interrupting the recovery process.

In our case, the recovery process took 3.5 days !!

best regards,

hans





--
Cybertec Schönig & Schönig GmbH
PostgreSQL Solutions and Support
Gröhrmühlgasse 26, 2700 Wiener Neustadt
Tel: +43/1/205 10 35 / 340
www.postgresql.at, www.cybertec.at


Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: NUMERIC key word
Следующее
От: "Heikki Linnakangas"
Дата:
Сообщение: Re: Endless recovery