Re: LOG: could not receive data from client: Connection reset by peer

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: LOG: could not receive data from client: Connection reset by peer
Дата
Msg-id 1234.1155862681@sss.pgh.pa.us
обсуждение исходный текст
Ответ на LOG: could not receive data from client: Connection reset by peer  ("Tomeh, Husam" <htomeh@firstam.com>)
Список pgsql-admin
"Tomeh, Husam" <htomeh@firstam.com> writes:
> I'm getting the following errors on one of my pg server running postgres
> 7.4.5 on RedHat AS R4.
> LOG:  could not receive data from client: Connection reset by peer
> LOG:  incomplete startup packet

> What I found out is that there's a networking VIP monitoring port 5432
> every 15 sec and that's basically used for failover so that the
> application will re-direct user requests to another server with
> identical pg database in case of database or server failure.

As long as you know what's causing it, it's safe to ignore --- it's not
harming anything except wasting a process launch each time.  If you
hadn't known the cause then I'd be worried about whether some hostile
is portscanning your network ...

What you *should* be worrying about is that you are still running 7.4.5.
That's two years old and there are a big pile of known bugs in it,
some of which *will* eat your data.

            regards, tom lane

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

Предыдущее
От: "Tomeh, Husam"
Дата:
Сообщение: LOG: could not receive data from client: Connection reset by peer
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: RES: RES: Issue on Varchar Ordering