Re: Postgresql 8.3: stats collector process eat all CPU all time

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Postgresql 8.3: stats collector process eat all CPU all time
Дата
Msg-id 22949.1207762769@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Postgresql 8.3: stats collector process eat all CPU all time  (Maxim Boguk <mboguk@masterhost.ru>)
Список pgsql-general
Maxim Boguk <mboguk@masterhost.ru> writes:
> ktrace/kdump this process show just one sequence:

>   69360 postgres CALL  poll(0x7fffffffd4e0,0x1,0x7d0)
>   69360 postgres RET   poll -1 errno 4 Interrupted system call
>   69360 postgres CALL  poll(0x7fffffffd4e0,0x1,0x7d0)
>   69360 postgres RET   poll -1 errno 4 Interrupted system call

So why is the poll() always returning EINTR?  I think you're looking
at a kernel bug.

            regards, tom lane

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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: Quoting table/column names vs performance
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: connecting VB to postgreSQL