Re: could not send data to client: Connection reset by peer - Mailing list pgsql-performance

From Tomas Vondra
Subject Re: could not send data to client: Connection reset by peer
Date
Msg-id 41089e4c-6959-4698-a49c-2f6d9231b330@vondra.me
Whole thread Raw
In response to could not send data to client: Connection reset by peer  (James Pang <jamespang886@gmail.com>)
List pgsql-performance
On 11/21/24 13:13, James Pang wrote:
> experts,
>    Postgresql v14.8,  client app use Postgresql JDBC, it start a single
> query that return 470k rows totally in one time, but sometimes, database
> server side got error "could not send data to client: Connection reset
> by peer". 
>    any idea why it faced this error? 
> 

This means the TCP/IP connection got closed abruptly. It might be
because the client had some issue, or something on the network path
decided to block the connection (like a router or a firewall).


regards

-- 
Tomas Vondra




pgsql-performance by date:

Previous
From: Frédéric Yhuel
Date:
Subject: Cardinality estimate of the inner relation
Next
From: Andrei Lepikhov
Date:
Subject: Re: Cardinality estimate of the inner relation