streaming replication: could not receive data from client: Connection reset by peer

From: Anson Abraham <anson(dot)abraham(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: streaming replication: could not receive data from client: Connection reset by peer
Date: 2013-10-18 22:27:08
Message-ID: CAC9g-HfXG4yFS2-V_5mEi3jCxbrXf6J1B2=drUig=-1mbHqTgw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm on Debian Wheezy running postgres 9.3

both boxes are identical.

I see in log file on slaves:
LOG: could not receive data from client: Connection reset by peer

OpenSSL is the same version on master and slaves. The libssl is also too.

I set ssl_renegotiation=0. So not sure why i'm seeing this in the logs on
my slave environments. doing research (aka googling), i see that
everyone says to set ssl_renegotiation=0 but already done that. also
mentions of libssl library / OpenSSL could be different versions, but
that's not the case either.

Any ideas what else I should try doing?

-Anson

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adam Jelinek 2013-10-19 00:46:45 Re: Bug? Function with side effects not evaluated in CTE
Previous Message Merlin Moncure 2013-10-18 22:09:16 Re: Bug? Function with side effects not evaluated in CTE