Re: What is happening on buildfarm member baiji?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: What is happening on buildfarm member baiji?
Дата
Msg-id 11661.1179154679@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: What is happening on buildfarm member baiji?  (Dave Page <dpage@postgresql.org>)
Ответы Re: What is happening on buildfarm member baiji?  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-hackers
Aidan Van Dyk <aidan@highrise.ca> writes:
> * Tom Lane <tgl@sss.pgh.pa.us> [070514 10:24]:
>> This is not a behavior required by the TCP spec AFAICS.  Also, in a
>> quick test neither Linux nor HPUX appear to need SO_REUSEADDR --- on
>> both, I can restart the postmaster immediately without it.

> Did you have an active connection before restarting?
> In HylaFAX, we had the same situation and went to using SO_REUSEADDR:
>     http://bugs.hylafax.org/show_bug.cgi?id=217

Um, you're right, I hadn't done the test properly.  If I have an open
psql session across TCP and do pg_ctl stop -m fast, then I can't
start a new postmaster until the socket goes out of CLOSE_WAIT state.
Which, if I just leave the psql session sit there, seems to mean
"indefinitely" ... so it's even worse than just a TCP timeout.

So the notion of not using SO_REUSEADDR seems a nonstarter, and we
probably have to go with Magnus' global-object hack.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: What is happening on buildfarm member baiji?
Следующее
От: Aidan Van Dyk
Дата:
Сообщение: Re: What is happening on buildfarm member baiji?