BUG #17143: when the CPU is different, the index on the primary is ok but the index on the standby is damaged

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #17143: when the CPU is different, the index on the primary is ok but the index on the standby is damaged
Дата
Msg-id 17143-c8fc83cb45e831ab@postgresql.org
обсуждение исходный текст
Ответы Re: BUG #17143: when the CPU is different, the index on the primary is ok but the index on the standby is damaged  ("David G. Johnston" <david.g.johnston@gmail.com>)
Re: BUG #17143: when the CPU is different, the index on the primary is ok but the index on the standby is damaged  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      17143
Logged by:          lcj
Email address:      lcj122@163.com
PostgreSQL version: 11.5
Operating system:   liunx
Description:

Hello, I have encountered a problem in building a primary and standby
cluster using physical streaming replication on different CPU machines.
We created the primary on the x86 machine, and created the standby on the
arm machine. Now using amcheck to check the index, we find that the same
index is no problem on the primary, but the standby is indeed damaged.
The error reported on the standby machine is as follows:
ERROR:  item order invariant violated for index "xxxx"
DETAIL:  Lower index tid=(965,50) (points to heap tid=(13502,8)) higher
index tid=(965,51) (points to heap tid=(40017,19)) page lsn=392/59A2C8.

Does anyone know the reason? thanks.


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Postgresql - Service hangs....
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: BUG #17143: when the CPU is different, the index on the primary is ok but the index on the standby is damaged