Обсуждение: Regarding connection drops for every few minutes

Поиск
Список
Период
Сортировка

Regarding connection drops for every few minutes

От
Durgamahesh Manne
Дата:
hi

the following info generating in pg_log

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


Can you please provide info to stop connection drops for every few minutes


do i need to change the value of tcp related parameter or else

ssl_renegotiation parameter 
 please let me know sir


regards
maheh

Re: Regarding connection drops for every few minutes

От
Scott Marlowe
Дата:
On Fri, Mar 11, 2016 at 2:22 AM, Durgamahesh Manne
<maheshpostgres9@gmail.com> wrote:
> hi
>
> the following info generating in pg_log
>
> LOG:  could not receive data from client: Connection reset by peer
> LOG:  could not receive data from client: Connection reset by peer
> LOG:  could not receive data from client: Connection reset by peer
> LOG:  could not receive data from client: Connection reset by peer
>
>
> Can you please provide info to stop connection drops for every few minutes
>
>
> do i need to change the value of tcp related parameter or else
>
> ssl_renegotiation parameter
>  please let me know sir

The latest version of PostgreSQL turn off ssl renegotiation by
default, so it might be easier to just update to the latest release.