Re: streaming replication does not work across datacenter with 20ms latency?

Поиск
Список
Период
Сортировка
От Yan Chunlu
Тема Re: streaming replication does not work across datacenter with 20ms latency?
Дата
Msg-id CAOA66tEuTObhKFt-+LLX-aafUGuFPOu+i7oksG2687WGh0v1EQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: streaming replication does not work across datacenter with 20ms latency?  ("Tomas Vondra" <tv@fuzzy.cz>)
Ответы Re: streaming replication does not work across datacenter with 20ms latency?
Re: streaming replication does not work across datacenter with 20ms latency?
Список pgsql-general
checkpoint_segments = 64
wal_keep_segments = 128

On Sun, Jul 24, 2011 at 8:25 PM, Tomas Vondra <tv@fuzzy.cz> wrote:
> On 24 Červenec 2011, 6:09, Yan Chunlu wrote:
>> thanks for all the help!
>>
>> @Adrian:  yes, only one instance on each machine
>>
>> not the slave finally started and could be connect, replication didn't
>> begin, just following errors:
>> https://gist.github.com/1102225
>
> These errors just mean the master already removed WAL segments, so the
> slave can't actually start the replication because there'd be a gap. This
> usually happens with enough write activity (inserts, updates) when the
> slave is being setup.
>
> Whaht is your wal_keep_segments value? Increase it or set up WAL
> archiving, so that the slave can get the data.
>
> Tomas
>
>

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

Предыдущее
От: "Tomas Vondra"
Дата:
Сообщение: Re: streaming replication does not work across datacenter with 20ms latency?
Следующее
От: Sanjay Rao
Дата:
Сообщение: pgpool HA not working