Re: Heartbeat between Primary and Standby replicas

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Re: Heartbeat between Primary and Standby replicas
Дата
Msg-id AANLkTinJYgTcNN7J7cX5qoLwS9aB_Z==bS-rz0werodH@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Heartbeat between Primary and Standby replicas  (fazool mein <fazoolmein@gmail.com>)
Ответы Re: Heartbeat between Primary and Standby replicas  (fazool mein <fazoolmein@gmail.com>)
Список pgsql-hackers
On Mon, Sep 27, 2010 at 7:46 AM, fazool mein <fazoolmein@gmail.com> wrote:
> I checked the code for the keepalive feature. It seems that the socket
> options are only set on the primary's socket connection. The tcp connection
> created on the secondary for walreceiver does not use the keepalive
> parameters from the configuration.

You can use libpq keepalive parameters for walreceiver.

keepalives_idle
keepalives_interval
keepalives_count
http://developer.postgresql.org/pgdocs/postgres/libpq-connect.html

Those can be set in primary_connection in recovery.conf.

Regards,

-- 
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center


В списке pgsql-hackers по дате отправления:

Предыдущее
От: fazool mein
Дата:
Сообщение: Re: Heartbeat between Primary and Standby replicas
Следующее
От: fazool mein
Дата:
Сообщение: Re: Heartbeat between Primary and Standby replicas