From: | Joe Lester <joe_lester(at)sweetwater(dot)com> |
---|---|
To: | postgres list <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Connection reset by peer |
Date: | 2004-04-21 13:04:35 |
Message-ID: | 7018C164-9394-11D8-AF41-000A95A58EA0@sweetwater.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
That makes sense since the "connection reset by peer" statement is
always followed immediately by
"unexpected EOF on client connection"
I should have noticed that before :-0
Thanks!
On Apr 20, 2004, at 10:04 PM, Doug McNaught wrote:
> Joe Lester <joe_lester(at)sweetwater(dot)com> writes:
>
>> I'm seeing this message a couple times per day in my postgres log:
>>
>> 2004-04-20 14:47:46 LOG: could not receive data from client:
>> Connection reset by peer
>>
>> What does it mean? I've seen in the archives that it seems to be some
>> kind of system error. Does anyone know how serious this message is?
>> Does it mean that one of my clients is failing to connect or, worse,
>> losing data in transit?
>
> It generally means a client is exiting, or getting killed, without
> shutting down the PG connection properly.
>
> -Doug
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings
>
From | Date | Subject | |
---|---|---|---|
Next Message | Stijn Vanroye | 2004-04-21 13:15:26 | Re: Unicode problem ??? |
Previous Message | Fernando Nasser | 2004-04-21 12:58:43 | Re: Looking for help building 'rhdb-explain' Visual Explain |