Re: PostgreSQL, NetBSD and NFS

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PostgreSQL, NetBSD and NFS
Дата
Msg-id 26882.1044463796@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: PostgreSQL, NetBSD and NFS  ("D'Arcy J.M. Cain" <darcy@druid.net>)
Ответы Re: PostgreSQL, NetBSD and NFS
Re: PostgreSQL, NetBSD and NFS
Список pgsql-hackers
"D'Arcy J.M. Cain" <darcy@druid.net> writes:
> Hmm.  This time it passed that point but this happened:

> COPY "certificate" FROM stdin;
> NOTICE:  copy: line 253677, bt_insertonpg[certificate_pkey]: parent page 
> unfound - fixing branch
> ERROR:  copy: line 253677, bt_fixlevel[certificate_pkey]: invalid item 
> order(1) (need to recreate index)

Hoo boy.  I was already suspecting data corruption in the index, and
this looks like more of the same.  My thoughts are definitely straying
in the direction of "the NFS server is dropping bits, somehow".

Both this and the (admittedly unproven) bt_moveright loop suggest
corrupted values in the cross-page links that exist at the very end of
each btree index page.  I wonder if it is possible that, every so often,
you are losing just the last few bytes of an NFS transfer?
        regards, tom lane


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

Предыдущее
От: "D'Arcy J.M. Cain"
Дата:
Сообщение: Re: PostgreSQL, NetBSD and NFS
Следующее
От: wade
Дата:
Сообщение: Re: POSIX regex performance bug in 7.3 Vs. 7.2