Re: read() returns ERANGE in Mac OS X

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: read() returns ERANGE in Mac OS X
Дата
Msg-id 18365.1337618614@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: read() returns ERANGE in Mac OS X  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: read() returns ERANGE in Mac OS X  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> On Mon, May 21, 2012 at 12:23 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> If we were sure that the kernel error was permanent, then this argument
>> would be moot: the data is gone already. �The scary thought here is that
>> it might be a transient error, such as a not-always-repeatable kernel
>> bug. �In that case, zeroing the page would indeed lose data that had
>> been recoverable before.

> Yeah, and in fact I think that's probably not a terribly remote
> scenario.   Also, if you're running on dying hardware, you really do
> NOT want to force the kernel to write a whole bunch of pages back to
> the dying disk in the midst of trying to pg_dump it before it falls
> over.  You just want to read what you can of what's there now.

Hm?  zero_damaged_pages doesn't cause the buffer to be marked dirty,
so I dunno where these alleged writes are coming from.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Archiver not exiting upon crash
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: External Open Standards