Re: [HACKERS] strange error message from slave when connection tomaster cannot be established - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: [HACKERS] strange error message from slave when connection tomaster cannot be established
Date
Msg-id CAFj8pRAfA70OuFgRS66xcwOjmk3LrymZgqJb69+65Wr6V9y0hA@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] strange error message from slave when connection tomaster cannot be established  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: [HACKERS] strange error message from slave when connection tomaster cannot be established  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers


2017-06-08 17:19 GMT+02:00 Robert Haas <robertmhaas@gmail.com>:
On Wed, Jun 7, 2017 at 12:30 PM, Pavel Stehule <pavel.stehule@gmail.com> wrote:
> I got strange error message - false message - max connection is less on
> slave than on master, although these numbers was same. The issue was in
> wrong connection string in recovery conf and slave cannot to check master
> and used some defaults.

I don't understand this problem report.

I am sorry. I did training so I had not enough time to get enough data.

We started slave and start fails. The error message was some about less max connection on slave than master. Slave had 30, Master had 30.  But we had a issue in ssl configuration on slave connection string. And although slave didn't connect master we got a massage about different max connection - 30 was compared with default 100.

Regards

Pavel


--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: [HACKERS] Notes on testing Postgres 10b1
Next
From: Robert Haas
Date:
Subject: Re: [HACKERS] PG10 transition tables, wCTEs and multiple operationson the same table