Re: CentOS & PostgreSQL help re: TIME_WAIT

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: CentOS & PostgreSQL help re: TIME_WAIT
Дата
Msg-id 4B61A760020000250002ED0B@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: CentOS & PostgreSQL help re: TIME_WAIT  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-admin
Tom Lane <tgl@sss.pgh.pa.us> wrote:

> In general, sockets sitting a long time in TIME_WAIT would be a
> network problem.  That state means the user process already closed
> the socket and the network stack is waiting for the other end to
> acknowledge connection closure.  If it's not getting the ACK then
> you have either buggy network code in one kernel or the other, or
> a network-level problem (maybe an overaggressive firewall in
> between?).

Not to discount those possibilities, but I've seen one other cause:
a storm of connection attempts.  It could be a DoS attack or a
poorly written client.

-Kevin

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: CentOS & PostgreSQL help re: TIME_WAIT
Следующее
От: Greg Spiegelberg
Дата:
Сообщение: Re: Restore database from tablespace