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

From: "Tomeh, Husam" <htomeh(at)firstam(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: LOG: could not receive data from client: Connection reset by peer
Date: 2006-08-17 22:42:45
Message-ID: CB0FB369FF86E248A884BCC002562BCB0227D92D@pisgsna01sxch01.ana.firstamdata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


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.

I've checked that database and no connections are being created by the
VIP. Network admin says it operates on network layer 4 and just check if
the port is open. My question is, knowing all that, is there any caveat
or harm to Postgres implementing the VIP failover feature. Is there
anything I should be concerned of from a postgres perspective..

Thank you.

--
Husam
**********************************************************************
This message contains confidential information intended only for the use of the addressee(s) named above and may contain information that is legally privileged. If you are not the addressee, or the person responsible for delivering it to the addressee, you are hereby notified that reading, disseminating, distributing or copying this message is strictly prohibited. If you have received this message by mistake, please immediately notify us by replying to the message and delete the original message immediately thereafter.

Thank you.

FADLD Tag
**********************************************************************

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2006-08-18 00:58:01 Re: LOG: could not receive data from client: Connection reset by peer
Previous Message Alvaro Herrera 2006-08-17 21:32:06 Re: RES: RES: Issue on Varchar Ordering