| От | Tom Lane |
|---|---|
| Тема | Re: pg_stat_activity showing non-existent processes |
| Дата | |
| Msg-id | 22874.1143340808@sss.pgh.pa.us обсуждение |
| Ответ на | pg_stat_activity showing non-existent processes (Jerry Sievers <jerry@jerrysievers.com>) |
| Ответы |
Re: pg_stat_activity showing non-existent processes
|
| Список | pgsql-admin |
Jerry Sievers <jerry@jerrysievers.com> writes:
> At any rate; I'm wondering what possible causes might be responsible
> for pg_stat_activity's underlying functions to lose track of the valid
> process list?
It sounds like the stats collector missed a few "backend quit"
messages. This isn't real surprising: the stats messaging mechanism is
intentionally designed to drop messages under severe load, rather than
slow down backends.
We recently put in a filter that prevents reporting pg_stat_activity
lines for backends that are dead according to the up-to-date list in
shared memory. I don't think that's in 8.0.3 though.
regards, tom lane
В списке pgsql-admin по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера