Continuous archiving fails

Поиск
Список
Период
Сортировка
От David Darville
Тема Continuous archiving fails
Дата
Msg-id 20070412121948.GA11523@darville.vm.bytemark.co.uk
обсуждение исходный текст
Ответы Re: Continuous archiving fails  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Hello everybody

While testing a continuous archiving setup using PostgreSQL 8.2.3, on Debian
Etch amd64, I found out that the slave database crashed when I did a 'DROP
DATABASE' on the master.

I was trying to stress test our setup, by continuously restoring a dump of
our database, dropping the database, restoring it etc.
But when I dropped the database I found out that the slave database crased,
leaving log messages like these:

....
LOG: restored log file "000000010000004F000000F0" from archive
LOG: restored log file "000000010000004F000000F1" from archive
LOG: restored log file "000000010000004F000000F2" from archive
LOG: restored log file "000000010000004F000000F3" from archive
LOG: could not fsync segment 0 of relation 19820534/105758957/125593540: No
such file or directory
CONTEXT: xlog redo checkpoint: redo 4F/F3859B60; undo 0/0; tli 1; xid
0/84778; oid 125601021; multi 1; offset 0; online
FATAL: storage sync failed on magnetic disk: No such file or directory
CONTEXT: xlog redo checkpoint: redo 4F/F3859B60; undo 0/0; tli 1; xid
0/84778; oid 125601021; multi 1; offset 0; online
LOG:  startup process (PID 16101) exited with exit code 1
LOG: aborting startup due to startup process failure



---
David Darville

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

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: RHEL4 RPM packages
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Continuous archiving fails