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

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Lazaro Rubén García Martinez <lgarciam(at)vnz(dot)uci(dot)cu>
Cc: Ayuda <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Re: LOG: could not receive data from client: Connection reset by peer
Date: 2011-11-21 16:01:18
Message-ID: 1321891204-sup-2113@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda


Excerpts from Lazaro Rubén García Martinez's message of lun nov 21 12:53:51 -0300 2011:
> Hola a todos en la lista, estoy probando un entorno para balance de carga y réplica con pgpool-II V 3.1 y dos Postgres sobre streaming replication, y en el log del servidor está apareciendo la siguiente línea y quisiera saber que significa.
>
> LOG: could not receive data from client: Connection reset by peer

Significa que la conexión se cerró en mitad de la transmisión. Quizás
tienes un problema en la red entre ambos (un router haciendo algo
chistoso, etc). O quizás simplemente tienes algo mal configurado. Es
difícil decir con tan pocos datos.

--
Álvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Lazaro Rubén García Martinez 2011-11-21 16:08:18 RE: LOG: could not receive data from client: Connection reset by peer
Previous Message Alvaro Herrera 2011-11-21 15:59:54 Re: Problema con configuracion de pg_hba.conf