Re: database crash during pgbench run

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: database crash during pgbench run
Дата
Msg-id 10578.1544544074@sss.pgh.pa.us
обсуждение исходный текст
Ответ на database crash during pgbench run  (Mariel Cherkassky <mariel.cherkassky@gmail.com>)
Ответы Re: database crash during pgbench run  (Merlin Moncure <mmoncure@gmail.com>)
Список pgsql-performance
Greg Clough <Greg.Clough@ihsmarkit.com> writes:
>>> 2018-12-10 19:11:56 IST  23647  LOG:  received fast shutdown request
>>> any idea what can cause it ?

>> Something sent SIGINT to the postmaster.

> My money is on the OoM (Out of Memory) killer.

That usually uses SIGKILL.  If I had to guess, I'd wonder whether the
postmaster was manually started, and if so whether it was properly
dissociated from the user's terminal (with nohup or the like).
If it wasn't, then a control-C typed at the terminal would SIGINT the
postmaster as well as whatever it was meant to terminate.

            regards, tom lane


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

Предыдущее
От: Greg Clough
Дата:
Сообщение: RE: database crash during pgbench run
Следующее
От: Justin Pryzby
Дата:
Сообщение: Re: Database size 1T but unclear why