Missing record in binary replica 9.3.0

Поиск
Список
Период
Сортировка
От Kaveh Mousavi Zamani
Тема Missing record in binary replica 9.3.0
Дата
Msg-id CAJcKpEqp60WGmOT9QE8_6bz8gjR-=-MLp215PPY-CRrwHb34ig@mail.gmail.com
обсуждение исходный текст
Список pgsql-general
All,

I found something in the following setup:

I have 3 DBS

db01 (9.3.0) master
db02 (9.3.0) replica same network
db03 (9.3.0) sync replica another network 80ms away.

db01 have around 30 - 300 records per second update.

At some point today I found there is a missing record in both replica.
Data after that point has been replicated though

db01
select * from transaction.account where client_detail_id ='163042';
  id    | client_detail_id |       last_modified        
---------+----------------+---------------+----------+
1736861 | 163042           | 2013-10-17 10:39:18.312815


in both other dbs no record.

Does anyone has any idea how could this happen?

then in db01 I did update last_modified field for that record and suddenly new record and new last_modified values appeared in both replicas.

Regards

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

Предыдущее
От: whiplash
Дата:
Сообщение: Re: C-language stored function and float4 type
Следующее
От: Vick Khera
Дата:
Сообщение: Re: Index creation fails with automatic names