Re: Wierd panic with 7.4.7

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Wierd panic with 7.4.7
Дата
Msg-id 22290.1119981869@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Wierd panic with 7.4.7  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-hackers
"Joshua D. Drake" <jd@commandprompt.com> writes:
>> Do you know what the dead client was doing?

> Unfortunately I don't. We didn't have PID logging turned on so I can't 
> tell which process it was. The only thing I was told was,
> "I am running a Full Vacuum, CRAP the server just died ;)"

Hmm ... VACUUM FULL is a tad weird because it marks itself committed
before it does the last stage of the operation (ie truncating the
relation).  I suppose it is possible that an error during that last
stage would have this symptom.  There's still the question of why
the postmaster log doesn't show the hypothetical initial error, though.

(Also, it's likely that there's some defense against this scenario in
VACUUM FULL, otherwise we'd hear this kind of report more often, I
should think.  I don't have time to go looking right now though.)
        regards, tom lane


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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: commit_delay, siblings
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Occupied port warning