Re: BUG #10432: failed to re-find parent key in index

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: BUG #10432: failed to re-find parent key in index
Дата
Msg-id 5384D42A.8070904@vmware.com
обсуждение исходный текст
Ответ на BUG #10432: failed to re-find parent key in index  (m.sakrejda@gmail.com)
Ответы Re: BUG #10432: failed to re-find parent key in index
Re: BUG #10432: failed to re-find parent key in index
Список pgsql-bugs
On 05/23/2014 08:52 PM, m.sakrejda@gmail.com wrote:
> I just got the error `failed to re-find parent key in index "1665279" for
> split pages 175193/193740`. From the list archives [1], it looks like
> there's no easy recovery, but this happened on a replica right after the
> recovery trigger file was touched and recovery completed, so that's not a
> huge concern (unless it also happens to the next replica). Is there
> something to be learned from the failed cluster?

I would be interested in seeing the structure of the index, if there is
anything else corrupt in there. Also, what WAL actions led to the error?
Try something like:

  pg_xlogdump -r btree  -p $PGDATA -s 339/65000000 | grep 1665279

and search that for any records related to the failed split, e.g.
grepping further for the block numbers in the error message.

- Heikki

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

Предыдущее
От: Graeme
Дата:
Сообщение: ./configure failure under Mageia 4 x86_64
Следующее
От: Honza Horak
Дата:
Сообщение: Re: postgresql test failure with Python 3.4.0 in plpython_do